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

NAME

6       plsym - Plot a glyph at the specified points
7

SYNOPSIS

9       plsym(n, x, y, code)
10

DESCRIPTION

12       Plot a glyph at the specified points.  (This function is largely super‐
13       seded by plstring(3plplot) which gives access to many[!] more glyphs.)
14
15       Redacted form: plsym(x, y, code)
16
17       This function is used in example 7.
18

ARGUMENTS

20       n (PLINT(3plplot), input)
21              Number of points in the x and y vectors.
22
23       x (PLFLT_VECTOR(3plplot), input)
24              A vector containing the x coordinates of the points.
25
26       y (PLFLT_VECTOR(3plplot), input)
27              A vector containing the y coordinates of the points.
28
29       code (PLINT(3plplot), input)
30              Hershey symbol code corresponding to a glyph to  be  plotted  at
31              each of the n points.
32
33

AUTHORS

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

SEE ALSO

39       PLplot documentation at http://plplot.org/documentation.php.
40
41
42
43                                 August, 2019                   PLSYM(3plplot)
Impressum