Resource: plot_type
| Resource | plot_type | 
|---|---|
| Overview | Sets the type of output plot | 
| Command Line | -pl=type | 
| Environment Variable | wxpplot | 
| Possible Values | |
| Default Value | Program dependent, normally user prompt | 
This resource is used to set the output plot type. This is critical for contour and vector plots where there several choices for plot type. Here is a list of plot types:
Contours:
- cf -- color fill contours
 - ln -- line contours
 - dln -- dashed line contours
 - ndln -- negative dash line contours
 - lcf -- both line and color fill contours
 - gvalue -- plot gridpoint values
 
Vectors:
- vect -- vectors/arrows
 - strm -- streamlines
 - barb -- wind barbs
 
- none -- no output plot
 
Last updated July 30, 1998