Contour Levels
Moderator: DPlotAdmin
Contour Levels
I have created a 3d scatter plot from some data representing various thicknesses. The data group has an aim thickness along with a min and max. I would like to set up the contour levels so that if a value is above the max it is represented by one color, below the min it would be a second color and if between min/max it would be a third color. Is this possible? If yes, how?
- DPlotAdmin
- Posts: 2312
- Joined: Tue Jun 24, 2003 9:34 pm
- Location: Vicksburg, Mississippi
- Contact:
Yes, it is possible, though not as direct as you'd probably like and the legend will show values you don't necessarily care about.
Right-click on your plot and select Scatter Plot Options. Under Color Based On select Z value. Set Intervals to 3. For the lower limit use min - (max-min). For the upper limit use max + (max-min). This will result in the middle level ranging from min to max. As mentioned above, the legend will show the lower and upper limits; if you want to delete those labels you'll unfortunately need to edit an image of the plot in a paint program.
Right-click on your plot and select Scatter Plot Options. Under Color Based On select Z value. Set Intervals to 3. For the lower limit use min - (max-min). For the upper limit use max + (max-min). This will result in the middle level ranging from min to max. As mentioned above, the legend will show the lower and upper limits; if you want to delete those labels you'll unfortunately need to edit an image of the plot in a paint program.
Visualize Your Data
support@dplot.com
support@dplot.com
- DPlotAdmin
- Posts: 2312
- Joined: Tue Jun 24, 2003 9:34 pm
- Location: Vicksburg, Mississippi
- Contact:
Thanks for your comments.
[ColorBasis(0)] bases colors on Z value.
[ContourLevels(numlevels,lo,hi)] assigns contour levels to Z values. You want numlevels=3, lo=min-(max-min), and hi=max+(max-min)
[ColorBasis(0)] bases colors on Z value.
[ContourLevels(numlevels,lo,hi)] assigns contour levels to Z values. You want numlevels=3, lo=min-(max-min), and hi=max+(max-min)
Visualize Your Data
support@dplot.com
support@dplot.com