1PLSTYL(3plplot)                   PLplot API                   PLSTYL(3plplot)
2
3
4

NAME

6       plstyl - Set line style
7

SYNOPSIS

9       plstyl(nms, mark, space)
10

DESCRIPTION

12       This  sets  up the line style for all lines subsequently drawn.  A line
13       consists of segments in which the pen is alternately down and  up.  The
14       lengths  of  these  segments  are  passed in the vectors mark and space
15       respectively.  The number of mark-space pairs is specified by nms.   In
16       order  to  return  the  line  style  to  the  default  continuous line,
17       plstyl(3plplot)  should  be  called  with  nms  =0  .(see   also   pll‐
18       sty(3plplot))
19
20       Redacted form: plstyl(mark, space)
21
22       This function is used in examples 1, 9, and 14.
23

ARGUMENTS

25       nms (PLINT(3plplot), input)
26              The  number of mark and space elements in a line.  Thus a simple
27              broken line can be obtained by setting  nms=1  .   A  continuous
28              line is specified by setting nms=0 .
29
30       mark (PLINT_VECTOR(3plplot), input)
31              A vector containing the lengths of the segments during which the
32              pen is down, measured in micrometers.
33
34       space (PLINT_VECTOR(3plplot), input)
35              A vector containing the lengths of the segments during which the
36              pen is up, measured in micrometers.
37
38

AUTHORS

40       Many  developers  (who  are  credited at http://plplot.org/credits.php)
41       have contributed to PLplot over its long history.
42

SEE ALSO

44       PLplot documentation at http://plplot.org/documentation.php.
45
46
47
48                                November, 2019                 PLSTYL(3plplot)
Impressum