The PLplot Plotting Library: Programmer's Reference Manual | ||
---|---|---|
Prev | Chapter 15. The Common API for PLplot | Next |
plpoin3
: Plots a character at the specified
points in 3 space
Marks a set of n
points in
x,
y, and
z using
the symbol defined by
code.
If
code is between 32 and 127,
the symbol is simply the corresponding printable ASCII character
in the default font.
Setup similar to plline3
.
|