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

NAME

6       plpoin3 -  Plots a character at the specified points in 3 space
7

SYNOPSIS

9       plpoin3(n, x, y, z, code)
10

DESCRIPTION

12       Marks  a  set  of  n  points in x, y, and z using the symbol defined by
13       code. If code is between 32 and 127, the symbol is  simply  the  correā€
14       sponding  printable  ASCII character in the default font. Setup similar
15       to plline3(3plplot).
16
17       Redacted form: plpoin3(x, y, z, code)
18
19       This function is used in example 18.
20

ARGUMENTS

22       n (PLINT, input)
23              Number of points to be marked.
24
25       x (PLFLT *, input)
26              Pointer to array with x coordinates of the points.
27
28       y (PLFLT *, input)
29              Pointer to array with y coordinates of the points.
30
31       z (PLFLT *, input)
32              Pointer to array with z coordinates of the points.
33
34       code (PLINT, input)
35              Code number for the symbol to be plotted.
36
37

AUTHORS

39       Geoffrey Furnish and Maurice LeBrun wrote and  maintain  PLplot.   This
40       man  page  was  automatically  generated from the DocBook source of the
41       PLplot  documentation,  maintained  by  Alan  W.   Irwin   and   Rafael
42       Laboissiere.
43

SEE ALSO

45       PLplot documentation at http://plplot.sourceforge.net/resources.
46
47
48
49                                  March, 2007                 PLPOIN3(3plplot)
Impressum