GPLOT Procedure

Requirement: At least one PLOT or BUBBLE statement is required. A PLOT2 or BUBBLE2 statement can be used in conjunction with a PLOT or BUBBLE statement.
Global statements: AXIS, FOOTNOTE, LEGEND, PATTERN, TITLE
Supports: RUN-group processing
Note: The procedure can include the SAS/GRAPH statement BY, as well as the Base SAS statements FORMAT, LABEL, and WHERE. See SAS/GRAPH Statements and SAS Statements: Reference for more information.
Tip: When using procedures that support RUN-group processing, include a QUIT statement after the last RUN statement. Using the QUIT statement is especially important when the procedure is supposed to completely terminate within the boundaries of an ODS destination (for example, ODS PDF; procedure-code; ODS PDF CLOSE;). See RUN-Group Processing for more information.

Syntax

PROC GPLOT <DATA=input-data-set>
<ANNOTATE=Annotate-data-set>
<GOUT=<libref.>output-catalog>
<IMAGEMAP= output-data-set>
<UNIFORM>;
BUBBLE plot-request(s) </options>;
BUBBLE2 plot-request(s) </options>;
PLOT plot-request(s) </options>;
PLOT2 plot-request(s) </options>;