plsym(3) - Linux man page
Name
plsym - Plots a symbol at the specified pointsSynopsis
plsym(n, x, y, code)Description
Marks out a set of n points at positions (x[i], y[i]), using the symbol defined by code. The code is interpreted as an index in the Hershey font tables.
Redacted form: plsym(x, y, code)
This function is used in example 7.
Arguments
- n (PLINT, input)
- Number of points to be marked.
- x (PLFLT *, input)
- Pointer to array with set of x coordinate values for the points.
- y (PLFLT *, input)
- Pointer to array with set of y coordinate values for the points.
- code (PLINT, input)
- Code number for the symbol to be plotted.