contour plot beyond limit

Have a suggestion for improving DPlot or a question about existing features? Let us know

Moderator: DPlotAdmin

Post Reply
chljl
Posts: 23
Joined: Tue Nov 29, 2005 4:20 pm

contour plot beyond limit

Post by chljl »

Some time when I draw a contour plot (using shaded bands) I set my own limits for Z values instead using the default data range. I don't want dplot to draw anything beyond my range but dplot always fills the region with purple color. How can I solve this problem?
User avatar
DPlotAdmin
Posts: 2312
Joined: Tue Jun 24, 2003 9:34 pm
Location: Vicksburg, Mississippi
Contact:

Post by DPlotAdmin »

If you want to clip values outside some range in Z so that they aren't drawn at all, use Options>Extents/Intervals/Size, check "Specify extents", and enter the Z extents you're interested in.

If instead you DO want to draw those areas but you want to force Z to be between some extents, use Edit>Operate on Z with Z=min(<zmax>,max(<zmin>,z))
Visualize Your Data
support@dplot.com
Post Reply