
When rendering the graphics output, the procedure performs the following steps:
1. makes adjustments for the HOFFSET and VOFFSET values, if they are specified
2. scales the markers as specified by the SCALE= option
3. clips the markers to the size that is specified in the MARKERATTRS= option in the
plot statement
4. rotates the markers, if ROTATE= is specified
Examples
Example 1: Simple SYMBOLIMAGE Example
This example specifies the image file for a triangle ( ). The image is rotated 90
degrees. The scatter plot statement references the symbol name and specifies the marker
size.
proc sgpanel data=sashelp.class;
panelby sex;
symbolimage name=sym1 image="c:\temp\triangle.png" ...