Previous Page
|
Next Page
GCONTOUR Procedure
Syntax
Procedure Syntax
PROC GCONTOUR Statement
PLOT Statement
Overview
Concepts
CONTOUR Plot Terms
Input Data
Data Ranges
Missing Values
Interpolating Data
Examples
Simple Contour Plot
Labeling Contour Lines, Modifying the Horizontal Axis, Modifying the Legend
Specifying Contour Levels
Using Patterns and Joins
References
Requirement:
At least one PLOT statement is required.
Global statements:
AXIS
,
FOOTNOTE
,
GOPTIONS
,
LEGEND
,
PATTERN
,
SYMBOL
,
TITLE
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.
Syntax
PROC GCONTOUR
<DATA=
input-data-set
>
<ANNOTATE=
Annotate-data-set
>
<GOUT=
<
libref.
>
output-catalog
>
<INCOMPLETE>
;
PLOT
y*x=z
<
/
options
>
;
Copyright © SAS Institute Inc. All rights reserved.
Previous Page
|
Next Page
|
Top of Page