1PLSTRIPA(3plplot) PLplot API PLSTRIPA(3plplot)
2
3
4
6 plstripa - Add a point to a stripchart
7
9 plstripa(id, p, x, y)
10
12 Add a point to a given pen of a given stripchart. There is no need for
13 all pens to have the same number of points or to be equally sampled in
14 the x coordinate. Allocates memory and rescales as necessary.
15
16 Redacted form: plstripa(id, p, x, y)
17
18 This function is used in example 17.
19
21 id (PLINT, input)
22 Identification number (set up in plstripc(3plplot)) of the
23 stripchart.
24
25 p (PLINT, input)
26 Pen number (ranges from 0 to 3).
27
28 x (PLFLT, input)
29 X coordinate of point to plot.
30
31 y (PLFLT, input)
32 Y coordinate of point to plot.
33
34
36 Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This
37 man page was automatically generated from the DocBook source of the
38 PLplot documentation, maintained by Alan W. Irwin and Rafael
39 Laboissiere.
40
42 PLplot documentation at http://plplot.sourceforge.net/resources.
43
44
45
46 July, 2010 PLSTRIPA(3plplot)