I have successfully made a contour plot from a matrix. The level traces are colored in a nice way, but I'd like the background to have colors according to the region in which it lies. For example, the area between level 2 & 3 would be in red, etc.
Create an image wave with the density of points you want and set the scaling and then use ContourZ to give the values to that new wave.
ContourZ(graphNameStr, contourNameStr, instance, x, y [,pointFindingTolerance] )
The ContourZ function returns the interpolated Z value of the named contour plot data displayed in the named graph.
May 30, 2015 at 04:05 pm - Permalink
Create an image wave with the density of points you want and set the scaling and then use ContourZ to give the values to that new wave.
ContourZ(graphNameStr, contourNameStr, instance, x, y [,pointFindingTolerance] )
The ContourZ function returns the interpolated Z value of the named contour plot data displayed in the named graph.
Then append the image to your graph.
May 30, 2015 at 05:31 pm - Permalink
--Jim Prouty
Software Engineer, WaveMetrics, Inc.
May 31, 2015 at 08:12 am - Permalink
Perfect.
May 31, 2015 at 07:10 pm - Permalink