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

NAME

6       plpoin - Plots a character at the specified points
7

SYNOPSIS

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

DESCRIPTION

12       Marks a set of n points in x and y using the symbol defined by code. If
13       code is between 32 and 127, the  symbol  is  simply  the  corresponding
14       printable ASCII character in the default font.
15
16       Redacted form: plpoin(x, y, code)
17
18       This function is used in examples 1,6,14,18,21.
19

ARGUMENTS

21       n (PLINT, input)
22              Number of points to be marked.
23
24       x (PLFLT *, input)
25              Pointer to array with x coordinates of the points.
26
27       y (PLFLT *, input)
28              Pointer to array with y coordinates of 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                                  March, 2007                  PLPOIN(3plplot)
Impressum