1PLSTRIPA(3plplot)                 PLplot API                 PLSTRIPA(3plplot)
2
3
4

NAME

6       plstripa - Add a point to a strip chart
7

SYNOPSIS

9       plstripa(id, pen, x, y)
10

DESCRIPTION

12       Add a point to a given pen of a given strip chart. 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, pen, x, y)
17
18       This function is used in example 17.
19

ARGUMENTS

21       id (PLINT(3plplot), input)
22              Identification   number   of   the   strip   chart  (set  up  in
23              plstripc(3plplot)).
24
25       pen (PLINT(3plplot), input)
26              Pen number (ranges from 0 to 3).
27
28       x (PLFLT(3plplot), input)
29              X coordinate of point to plot.
30
31       y (PLFLT(3plplot), input)
32              Y coordinate of point to plot.
33
34

AUTHORS

36       Many developers (who  are  credited  at  http://plplot.org/credits.php)
37       have contributed to PLplot over its long history.
38

SEE ALSO

40       PLplot documentation at http://plplot.org/documentation.php.
41
42
43
44                                 January, 2021               PLSTRIPA(3plplot)
Impressum