Most of the chapters
in this document include examples that illustrate some of the features
of a procedure or its statements. The output that is shown for the
examples was generated in a Windows operating environment. If you
are using a different operating environment, you might need to make
some minor adjustments to the example programs.
In most cases, the output
was sent to the HTML destination and generated using the default style
and device for that destination. Exceptions are noted in the text.
The dimensions of the
graphics output area vary across devices and when using the GRAPH
windows. The dimensions can affect aspects of the graphics output
– for example, the appearance of axes or the position of graphics
elements that use explicit coordinates in units other than percent.
You might need to adjust the dimensions of your graphics output area
or the size of graphics elements to correct any differences that you
see. Most of the images of output in this document were generated
with a GOPTIONS statement. This statement generally specified a size
approximately equal 5.5 inches by 4.2 inches. However, some images
might be larger, if necessary, to accommodate the content of the graph.
goptions hsize=5.5inin vsize=4.2in;
These
HSIZE= and VSIZE= settings are not shown in the example code and are
not necessary for generating the output. However you might want to
use similar settings if your output looks significantly different
from the output that is shown in the document.
Most examples specify
these options:
sets all graphics options
to default values and cancels all global statements.
draws a border around
the graphics output area.