Method stripc
| Improve this Doc View Sourcestripc(out Int32, String, String, Double, Double, Double, Double, Double, Double, Double, Boolean, Boolean, Int32, Int32, Int32[], LineStyle[], String[], String, String, String)
plstripc: Create a 4-pen strip chart
Declaration
public void stripc(out Int32 id, string xspec, string yspec, Double xmin, Double xmax, Double xjump, Double ymin, Double ymax, Double xlpos, Double ylpos, Boolean y_ascl, Boolean acc, Int32 colbox, Int32 collab, Int32[] colline, LineStyle[] styline, String[] legline, string labx, string laby, string labtop)
Parameters
Type | Name | Description |
---|---|---|
Int32 | id | Returned value of the identification number of the strip chart to use on plstripa and plstripd. |
System.String | xspec | An ascii character string containing the x-axis specification as in plbox. |
System.String | yspec | An ascii character string containing the y-axis specification as in plbox. |
Double | xmin | Initial coordinates of plot box; they will change as data are added. |
Double | xmax | Initial coordinates of plot box; they will change as data are added. |
Double | xjump | When x attains xmax, the length of the plot is multiplied by the factor (1 + xjump) . |
Double | ymin | Initial coordinates of plot box; they will change as data are added. |
Double | ymax | Initial coordinates of plot box; they will change as data are added. |
Double | xlpos | X legend box position (range from 0 to 1). |
Double | ylpos | Y legend box position (range from 0 to 1). |
Boolean | y_ascl | Autoscale y between x jumps if y_ascl is true, otherwise not. |
Boolean | acc | Accumulate strip plot if acc is true, otherwise slide display. |
Int32 | colbox | Plot box color index (cmap0). |
Int32 | collab | Legend color index (cmap0). |
Int32[] | colline | A vector containing the cmap0 color indices for the 4 pens. |
LineStyle[] | styline | A vector containing the line style indices for the 4 pens. |
String[] | legline | A vector of UTF-8 character strings containing legends for the 4 pens. |
System.String | labx | A UTF-8 character string containing the label for the x axis. |
System.String | laby | A UTF-8 character string containing the label for the y axis. |
System.String | labtop | A UTF-8 character string containing the plot title. |
Remarks
Create a 4-pen strip chart, to be used afterwards by plstripa