| pltpar | stsdas.graphics.stplot | pltpar |
pltpar -- Edit the parameter set that describes plot attributes.
pltpar
The pltpar parameters specify the attributes of plots drawn by the sgraph task.
Note that this is a pset, not an executable task; it defines a set of parameters used by other tasks. Invoking the pset by name runs eparam on the parameter set, allowing the user to modify the parameters. Alternatively, the parameters may be modified on the command line by specifying the pset name and parameter name, for example, you can type "pltpar.pointmode=yes" to set only the pointmode parameter. Parameters can also be edited by using eparam on the calling task (e.g., by typing "eparam sgraph"), in which case, pltpar will appear as one of the task parameters; the pltpar parameters may then be edited by positioning the cursor on the line containing the pset name and typing ":e". After editing the pset parameters, type Control-Z (or :q) to return to the main task parameter menu.
If this is set to "no", all curves will be scaled together and plotted on a single set of axes. Otherwise a separate set of axes will be drawn, joined into a single vertical column.
If set to "no", the task will plot connected curves. Note that to plot error bars, use pointmode = no and erraxis = 1 or 'erraxis = 2'. See the descriptions of the marker and szmarker parameters.
The marker style for each plotted point if pointmode=yes. See also szmarker.
The following values are allowed:
0 - Plot data as values rather than error bars 1 - Plot data as errors parallel to X axis 2 - Plot data as errors parallel to Y axis
Note that erraxis is ignored if pointmode = yes.
The style of error bars (if erraxis is not zero).
The line pattern style for the curve or the first of multiple curves.
The curve style. straight means line segments will connect data points, pseudohist means that horizontal segments will be placed at each value and vertical segments will connect these, fullhist means a bar graph, or horizontal segments at each value with vertical lines connecting the value with the bottom axis.
Fill pattern for bar plot. The nature of the pattern depends on the device and graphics kernel (driver) used to plot. Many kernels do not support fill patterns.
1 -- Black
2 -- White
3 -- Red
4 -- Green
5 -- Blue
6 -- Yellow
7 -- Cyan (blue/green)
8 -- Magenta (red/blue)
If multiple curves are plotted on the same viewport (axes), i.e., stack=no, then use the color specified by the crvcolor parameter for the first curve, and the next available color for each subsequent curve. There are eight available colors, as described in the description of the crvcolor parameter.