The PLplot Plotting Library: Programmer's Reference Manual | ||
---|---|---|
Prev | Chapter 19. The Common API for PLplot | Next |
plpoin
: Plots a character at the specified points
Marks a set of n
points in
x
and
y
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.
|
Redacted form: plpoin(x, y, code)
This function is used in examples 1,6,14,18,21,29.