Chapter Contents

Previous

Next
The GPLOT Procedure

Procedure Syntax


Requirements: 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, SYMBOL, TITLE
Reminder: The procedure can include BY, FORMAT, LABEL, WHERE, and NOTE statements.
Supports: RUN-group processing Output Delivery System (ODS)

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


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.