Method stripa
| Improve this Doc View Sourcestripa(Int32, Pen, Double, Double)
plstripa: Add a point to a strip chart
Declaration
public void stripa(Int32 id, Pen pen, Double x, Double y)
Parameters
Type | Name | Description |
---|---|---|
Int32 | id | Identification number of the strip chart (set up in plstripc). |
Pen | pen | Pen number (ranges from 0 to 3). |
Double | x | X coordinate of point to plot. |
Double | y | Y coordinate of point to plot. |
Remarks
Add a point to a given pen of a given strip chart. There is no need for all pens to have the same number of points or to be equally sampled in the x coordinate. Allocates memory and rescales as necessary.