A contour plot displays relationships between three numeric variables in two dimensions. The plot displays level sets (contours) of a Z variable as a function of X and Y variables.
To create a contour plot using the GUI
For details, see Creating a Data Table.
IML Studio displays the Contour Plot dialog box.
Contour plots display the most information when X and Y are nearly uncorrelated. The contour plot fits a piecewise-linear surface to the data, assuming that Z is a response function of X and Y. The contours are level-curves of the response function. By default, the range of the Z variable is divided into ten subintervals, and the ends of these subintervals are used as the heights at which to compute the level sets.
For a discussion of the BY Variables and BY Options tabs, see BY Group Processing: Using BY Group Processing.