plstripc.3plplot - Man Page
Create a 4-pen strip chart
Synopsis
plstripc(id, xspec, yspec, xmin, xmax, xjump, ymin, ymax, xlpos, ylpos, y_ascl, acc, colbox, collab, colline, styline, legline[], labx, laby, labtop)
Description
Create a 4-pen strip chart, to be used afterwards by plstripa(3plplot)
Redacted form: General: plstripc(id, xspec, yspec, xmin, xmax, xjump, ymin, ymax, xlpos, ylpos, y_ascl, acc, colbox, collab, colline, styline, legline, labx, laby, labz)
This function is used in example 17.
Arguments
- id (PLINT_NC_SCALAR(3plplot), output)
Returned value of the identification number of the strip chart to use on plstripa(3plplot) and plstripd(3plplot).
- xspec (PLCHAR_VECTOR(3plplot), input)
An ascii character string containing the x-axis specification as in plbox(3plplot).
- yspec (PLCHAR_VECTOR(3plplot), input)
An ascii character string containing the y-axis specification as in plbox(3plplot).
- xmin (PLFLT(3plplot), input)
Initial coordinates of plot box; they will change as data are added.
- xmax (PLFLT(3plplot), input)
Initial coordinates of plot box; they will change as data are added.
- xjump (PLFLT(3plplot), input)
When x attains xmax, the length of the plot is multiplied by the factor (1 + xjump) .
- ymin (PLFLT(3plplot), input)
Initial coordinates of plot box; they will change as data are added.
- ymax (PLFLT(3plplot), input)
Initial coordinates of plot box; they will change as data are added.
- xlpos (PLFLT(3plplot), input)
X legend box position (range from 0 to 1).
- ylpos (PLFLT(3plplot), input)
Y legend box position (range from 0 to 1).
- y_ascl (PLBOOL(3plplot), input)
Autoscale y between x jumps if y_ascl is true, otherwise not.
- acc (PLBOOL(3plplot), input)
Accumulate strip plot if acc is true, otherwise slide display.
- colbox (PLINT(3plplot), input)
Plot box color index (cmap0).
- collab (PLINT(3plplot), input)
Legend color index (cmap0).
- colline (PLINT_VECTOR(3plplot), input)
A vector containing the cmap0 color indices for the 4 pens.
- styline (PLINT_VECTOR(3plplot), input)
A vector containing the line style indices for the 4 pens.
- legline (PLCHAR_MATRIX(3plplot), input)
A vector of UTF-8 character strings containing legends for the 4 pens.
- labx (PLCHAR_VECTOR(3plplot), input)
A UTF-8 character string containing the label for the x axis.
- laby (PLCHAR_VECTOR(3plplot), input)
A UTF-8 character string containing the label for the y axis.
- labtop (PLCHAR_VECTOR(3plplot), input)
A UTF-8 character string containing the plot title.
Authors
Many developers (who are credited at http://plplot.org/credits.php) have contributed to PLplot over its long history.
See Also
PLplot documentation at http://plplot.org/documentation.php.