1PLSYM(3plplot) PLplot API PLSYM(3plplot)
2
3
4
6 plsym - Plots a symbol at the specified points
7
9 plsym(n, x, y, code)
10
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
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
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
41 PLplot documentation at http://plplot.sourceforge.net/resources.
42
43
44
45 March, 2007 PLSYM(3plplot)