Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Sample OPJ to download to try: C Folder of 92DemoGraphing.opj


Contour plot improvements with missing values in MatrixOptions to ignore Z missing values in XYZ Contour / Surface graphs
ORG-2851ORG-11783

System variable @cmt is added in 9.2 to control how missing values in Matrix are dealt with in 9.2.

@cmt=1 (default and new behavior): no interpolation will be done around missing values. See 1st one.

@cmt=0 will do interpolation around missing values. See 2nd graph. Old behavior.

Run the following command with Contour plot active in 9.2 to ignore missing values in XYZ columns.

Code Block
set %c -lczm 1
Image RemovedImage RemovedImage RemovedImage RemovedImage AddedImage AddedImage AddedImage Added
  
Show/Hide Boundary line and Customize Border LineShow Polygon area of selected contour line on Data Display
ORG-2766ORG-11438
Image RemovedImage RemovedImage AddedImage Added

Single click a contour line several times till only that contour line is selected. Z and Area will show in Data Display window, which supports right click to copy the text.

Image RemovedImage Added