Scroll to navigation

PLSTRIPC(3plplot) PLplot API PLSTRIPC(3plplot)

NAME

plstripc - 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

Returned value of the identification number of the strip chart to use on plstripa(3plplot) and plstripd(3plplot).
An ascii character string containing the x-axis specification as in plbox(3plplot).
An ascii character string containing the y-axis specification as in plbox(3plplot).
Initial coordinates of plot box; they will change as data are added.
Initial coordinates of plot box; they will change as data are added.
When x attains xmax, the length of the plot is multiplied by the factor (1 + xjump) .
Initial coordinates of plot box; they will change as data are added.
Initial coordinates of plot box; they will change as data are added.
X legend box position (range from 0 to 1).
Y legend box position (range from 0 to 1).
Autoscale y between x jumps if y_ascl is true, otherwise not.
Accumulate strip plot if acc is true, otherwise slide display.
Plot box color index (cmap0).
Legend color index (cmap0).
A vector containing the cmap0 color indices for the 4 pens.
A vector containing the line style indices for the 4 pens.
A vector of UTF-8 character strings containing legends for the 4 pens.
A UTF-8 character string containing the label for the x axis.
A UTF-8 character string containing the label for the y axis.
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.

January, 2024