plstripc
( | id , |
xspec , | |
yspec , | |
xmin , | |
xmax , | |
xjump , | |
ymin , | |
ymax , | |
xlpos , | |
ylpos , | |
y_ascl , | |
acc , | |
colbox , | |
collab , | |
colline , | |
styline , | |
legline[] , | |
labx , | |
laby , | |
labtop
) ; |
Create a 4-pen strip chart, to be used afterwards by plstripa
id
(PLINT_NC_SCALAR
, output)
Returned value of the identification number of
the strip chart to use on plstripa
and plstripd
.
xspec
(PLCHAR_VECTOR
, input)
An ascii character string containing the
x-axis specification as in plbox
.
yspec
(PLCHAR_VECTOR
, input)
An ascii character string containing the
y-axis specification as in plbox
.
xmin
(PLFLT
, input)
Initial coordinates of plot box; they will change as data are added.
xmax
(PLFLT
, input)
Initial coordinates of plot box; they will change as data are added.
xjump
(PLFLT
, input)
When x attains
,
the length of the plot is multiplied by the
factor xmax
(1 +
.
xjump
)
ymin
(PLFLT
, input)
Initial coordinates of plot box; they will change as data are added.
ymax
(PLFLT
, input)
Initial coordinates of plot box; they will change as data are added.
xlpos
(PLFLT
, input)
X legend box position (range from 0 to 1).
ylpos
(PLFLT
, input)
Y legend box position (range from 0 to 1).
y_ascl
(PLBOOL
, input)
Autoscale y between x jumps if
is true,
otherwise not.
y_ascl
acc
(PLBOOL
, input)
Accumulate strip plot if
is true,
otherwise slide display.
acc
colbox
(PLINT
, input)
Plot box color index (cmap0).
collab
(PLINT
, input)
Legend color index (cmap0).
colline
(PLINT_VECTOR
, input)
A vector containing the cmap0 color indices for the 4 pens.
styline
(PLINT_VECTOR
, input)
A vector containing the line style indices for the 4 pens.
legline
(PLCHAR_MATRIX
, input)
A vector of UTF-8 character strings containing legends for the 4 pens.
labx
(PLCHAR_VECTOR
, input)
A UTF-8 character string containing the label for the x axis.
laby
(PLCHAR_VECTOR
, input)
A UTF-8 character string containing the label for the y axis.
labtop
(PLCHAR_VECTOR
, input)
A UTF-8 character string containing the plot title.
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.