Chapter Contents |
Previous |
Next |
The GPLOT Procedure |
Requirements: | An input data set is required. |
PROC GPLOT
<DATA=input-data-set>
<ANNOTATE=Annotate-data-set> <GOUT=<libref.>output-catalog> <IMAGEMAP=output-data-set> <UNIFORM>; |
Options |
See also: | The Annotate Data Set |
See also: | SAS Data Sets and About the Input Data Set |
See also: | Storing Graphics Output in SAS Catalogs |
The Imagemap information is used in the HTML file that references the graph. It determines where the drill-down hot zones are, and it links those hot zones to other files or images. If HTML= is used on the PLOT or PLOT2 statement, the plot points are defined as hot zones, unless AREA= is also used, in which case there are not plot points and the areas between plot lines are defined as hot zones. If HTML_LEGEND= is used, the legend symbols are defined as hot zones. Information for the links is stored in the variables referenced by the HTML= and HTML_LEGEND= options.
See also: | Customizing Web Pages for Drill-down Graphs |
In addition, UNIFORM forces the assignment of SYMBOL statements for the category variable without regard to the BY-group variable, and, if a legend is generated, makes the legend the same across graphs.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.