| 
            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
            Returned value of the identification number of
	    the strip chart to use on plstripa and plstripd.
          
xspec
          (PLCHAR_VECTOR
            An ascii character string containing the
            x-axis specification as in plbox.
          
yspec
          (PLCHAR_VECTOR
            An ascii character string containing the
            y-axis specification as in plbox.
          
xmin
          (PLFLTInitial coordinates of plot box; they will change as data are added.
xmax
          (PLFLTInitial coordinates of plot box; they will change as data are added.
xjump
          (PLFLT
            When x attains 
              ,
            the length of the plot is multiplied by the
            factor xmax
            
              (1 + .
          xjump)
            
ymin
          (PLFLTInitial coordinates of plot box; they will change as data are added.
ymax
          (PLFLTInitial coordinates of plot box; they will change as data are added.
xlpos
          (PLFLTX legend box position (range from 0 to 1).
ylpos
          (PLFLTY legend box position (range from 0 to 1).
y_ascl
          (PLBOOL
            Autoscale y between x jumps if
            
               is true,
            otherwise not.
          y_ascl
            
acc
          (PLBOOL
            Accumulate strip plot if
            
               is true,
            otherwise slide display.
          acc
            
colbox
          (PLINTPlot box color index (cmap0).
collab
          (PLINTLegend color index (cmap0).
colline
          (PLINT_VECTORA vector containing the cmap0 color indices for the 4 pens.
styline
          (PLINT_VECTORA vector containing the line style indices for the 4 pens.
legline
          (PLCHAR_MATRIXA vector of UTF-8 character strings containing legends for the 4 pens.
labx
          (PLCHAR_VECTORA UTF-8 character string containing the label for the x axis.
laby
          (PLCHAR_VECTORA UTF-8 character string containing the label for the y axis.
labtop
          (PLCHAR_VECTORA 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.