A CONTOURPLOTPARM statement
uses the
CONTOURTYPE= option to specify the type of contour
plot to generate. Contour types that display fills or gradients but
no contour lines can use only a CONTINUOUSLEGEND statement to represent
the contour level values in a legend. Contour types that display lines
can use either a CONTINUOUSLEGEND or DISCRETELEGEND statement to identify
contour level values.
By default, the CONTOURPLOTPARM
statement assumes that the X-Y grid is complete. If the grid is not
complete, then set the
GRIDDED= option to FALSE so that the plot
calculates the values needed to complete into a grid with a bounding
rectangle.
For filled or gradient
contour types, small gaps might be visible between the axes and the
bounding box of the contour data. To eliminate these gaps, set the
axis options of the LAYOUT OVERLAY statement as follows:
XAXISOPTS=(OFFSETMIN=0 OFFSETMAX=0
LINEAROPTS=(THRESHOLDMIN=0 THRESHOLDMAX=0))
YAXISOPTS=(OFFSETMIN=0 OFFSETMAX=0
LINEAROPTS=(THRESHOLDMIN=0 THRESHOLDMAX=0))
Contour plots do not
support the tooltips that are enabled by the IMAGEMAP= option in the
ODS GRAPHICS statement.