Concepts


Parts of a Three-dimensional Plot

click to expand
Figure 46.3: G3D Procedure Terms

About the Input Data Set

The G3D procedure requires data sets that include three numeric variables: two horizontal variables plotted on the x and y axes that define an x-y plane, and a vertical variable plotted on the z axis rising from the { it x-y} plane.

Data for Surface Plots

For surface plots, the observations in the input data set should form an evenly spaced grid of horizontal ( x and y ) values and exactly one vertical ( z ) value for each of these combinations. For example, data that contains 5 distinct values for x and 10 distinct values for y should be part of a data set that contains 50 observations with values for x , y , and z .

Only one z point is plotted for each combination of x and y . For example, you cannot draw a sphere using the PLOT statement. If there is more than one observation for a combination of x and y in the data set, only the last such point is used.

For the G3D procedure to produce a satisfactory surface plot, the data set must contain nonmissing z values for at least 50 percent of the grid cells . When the G3D procedure cannot produce a satisfactory surface plot because of missing z values, the SAS/GRAPH software issues a warning message and a graph may not be produced. To correct this problem, process the data set with the G3GRID procedure and use the processed data set as the input data set for G3D. The G3GRID procedure interpolates the necessary values to produce a data set with nonmissing z values for every combination of x and y . The G3GRID procedure can also smooth data for use with the G3D procedure. See Chapter 47, The G3GRID Procedure, on page 1327 for more information on the G3GRID procedure.

Data for Scatter Plots

An input data set for scatter plots must include at least two observations that contain different values for each of the three variables that are specified in the plot request so that the G3D procedure can scale the axes. If the data set does not meet these requirements, the SAS/GRAPH software issues an error message and no graph is produced.

For scatter plots, only one z value is plotted for a combination of x and y . For example, you cannot draw a sphere using the SCATTER statement. If there is more than one observation for a combination of x and y in the data set, only the last point is used. See Simulating an Overlaid Scatter Plot on page 1310 for information on producing scatter plots with more than one vertical value for each x , y combination.

Changing Data Ranges

By default for both surface plots and scatter plots, the range of the z axis is defined by the minimum and maximum z values in the input data set. Restrict or expand the range of the z axis by using the ZMIN= and ZMAX= options in the PLOT or SCATTER statement. To restrict the range of an x or y axis, use a WHERE statement in the PROC step or a WHERE or IF statement in a DATA step to create a subset of the data set.

Note: AXIS and LEGEND definitions are not supported by the G3D procedure. Use the Annotate facility or TITLE, FOOTNOTE, and NOTE statements to produce legends, tick mark values, and axis labels. See About Controlling the Axes on page 1299 and SCATTER Statement on page 1305 for information on controlling axis labels and tick mark values with PLOT statement and SCATTER statement options.

About Rotating and Tilting the Plot

For both surface plots and scatter plots, you can rotate the x-y plane about the z axis, or tilt the plot toward you. When you rotate a plot, you can view data from any angle around the three-dimensional graph. This is useful for bringing into view data points that were previously hidden by other data points on a plot. Tilting a plot enables you to accentuate the location of data points.

Figure 46.4 on page 1299 shows how rotating and tilting can change the viewing angle of a graph.

click to expand
Figure 46.4: Rotating and Tilting a Graph

Note: At certain combinations of tilt and rotation angles, the tick mark values may overlap.

About Controlling the Axes

Because the relationship between a plot s surface and the actual data values can be difficult to interpret, you can improve a graph by changing the number of tick marks on the axes or restricting the range of the vertical ( z ) variable.

The G3D procedure does not support AXIS definitions; however, you can use PLOT or SCATTER statement options to

  • suppress the axes

  • suppress axis labels

  • suppress tick mark values

  • specify the number of tick marks

  • specify minimum and maximum values for the z axis

  • specify whether grid lines connect axis tick marks.

You can also change the font and height of axis labels and axis values by specifying the desired font and height with the FTEXT= and HTEXT= options on a GOPTIONS statement.

For information on how to reverse the values on an axis, see Reversing Values on an Axis on page 1312.




SAS.GRAPH 9.1 Reference, Volumes I and II
SAS.GRAPH 9.1 Reference, Volumes I and II
ISBN: N/A
EAN: N/A
Year: 2004
Pages: 342

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net