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

NAME

6       plsym - Plots a symbol at the specified points
7

SYNOPSIS

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

DESCRIPTION

12       Marks out a set of n points at positions (x[i], y[i]), using the symbol
13       defined by code.  The code is interpreted as an index  in  the  Hershey
14       font tables.
15
16       Redacted form: plsym(x, y, code)
17
18       This function is used in example 7.
19

ARGUMENTS

21       n (PLINT, input)
22              Number of points to be marked.
23
24       x (PLFLT *, input)
25              Pointer to array with set of x coordinate values for the points.
26
27       y (PLFLT *, input)
28              Pointer to array with set of y coordinate values for the points.
29
30       code (PLINT, input)
31              Code number for the symbol to be plotted.
32
33

AUTHORS

35       Geoffrey  Furnish  and  Maurice LeBrun wrote and maintain PLplot.  This
36       man page was automatically generated from the  DocBook  source  of  the
37       PLplot   documentation,   maintained   by  Alan  W.  Irwin  and  Rafael
38       Laboissiere.
39

SEE ALSO

41       PLplot documentation at http://plplot.sourceforge.net/resources.
42
43
44
45                                  July, 2010                    PLSYM(3plplot)
Impressum