| The PLplot Plotting Library: Programmer's Reference Manual | ||
|---|---|---|
| Prev | Chapter 16. 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)
    
| 
 |