Chapter Contents |
Previous |
Next |
The G3D Procedure |
You can use the G3D procedure to
About Surface Plots |
Sample G3D Surface Plot (GR29N01) shows an example of a surface plot that uses all default settings for the plot. The axes are scaled to include the maximum and minimum values for each of the plotted variables x, y, and z. Each variable's value range is divided into three even intervals, which form the major axes tick marks, and the axes are labeled with the names of the plotted variables or associated labels. The horizontal plane formed by the x and y axes is rotated 70° around the z axis and also tilted 70° toward you, and the plot is colored with the colors that are defined in the current colors list.
Sample G3D Surface Plot (GR29N01)
The program for this plot is shown in Generating a Default Surface Plot. For more information on producing surface plots, see PLOT Statement.
About Scatter Plots |
Sample G3D Scatter Plot (GR29N04) shows a simple scatter plot. As with surface plots, default settings for scatter plots scale the axes to include the maximum and minimum values for each of the plotted variables x, y, and z, and divide each variable's value range into three even intervals to form the major axes tick marks. Default settings also rotate the horizontal plane 70° around the z axis and tilt it 70° toward you, label each axis with the name of the plotted variable or an associated label, and color the plot with colors that are defined in the current colors list. The default settings also add reference lines to the horizontal plane to mark the major x and y axes tick marks, and represent each data point with a pyramid, which is connected to the horizontal plane with a needle.
Sample G3D Scatter Plot (GR29N04)
The program for this plot is shown in Generating a Simple Scatter Plot. For more information on producing scatter plots, see SCATTER Statement.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.