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 *
, output)
Identification number of strip chart to use on plstripa
and plstripd
.
xspec
(const char *
, input)
X-axis specification as in plbox
.
yspec
(const char *
, input)
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
(const PLINT *
, input)
Pointer to array with color indices (cmap0) for the 4 pens.
styline
(const PLINT *
, input)
Pointer to array with line styles for the 4 pens.
legline
(const char **
, input)
Pointer to character array containing legends for the 4 pens.
labx
(const char *
, input)
X-axis label.
laby
(const char *
, input)
Y-axis label.
labtop
(const char *
, input)
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)
Perl/PDL: plstripc(xmin, xmax, xjump, ymin, ymax, xlpos, ylpos, y_ascl, acc, colbox, collab, colline, styline, id, xspec, ypsec, legline, labx, laby, labtop)
This function is used in example 17.