The PLplot Plotting Library: Programmer's Reference Manual | ||
---|---|---|
Prev | Chapter 19. The Common API for PLplot | Next |
plstyl
: Set line style
This sets up the line style for all lines subsequently drawn. A line
consists of segments in which the pen is alternately down and up.
The lengths of these segments are passed in the arrays
mark
and
space
respectively. The
number of mark-space pairs is specified by
nels
. In order to return
the line style to the default continuous line, plstyl
should be
called with nels
=0.(see
also pllsty
)
|
Redacted form: plstyl(mark, space)
This function is used in examples 1,9,14.