1PLLSTY(3plplot) PLplot API PLLSTY(3plplot)
2
3
4
6 pllsty - Select line style
7
9 pllsty(n)
10
12 This sets the line style according to one of eight predefined patterns
13 (also see plstyl(3plplot)).
14
15 Redacted form: pllsty(n)
16
17 This function is used in examples 9,12,22,25.
18
20 n (PLINT, input)
21 Integer value between 1 and 8. Line style 1 is a continuous
22 line, line style 2 is a line with short dashes and gaps, line
23 style 3 is a line with long dashes and gaps, line style 4 has
24 long dashes and short gaps and so on.
25
26
28 Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This
29 man page was automatically generated from the DocBook source of the
30 PLplot documentation, maintained by Alan W. Irwin and Rafael
31 Laboissiere.
32
34 PLplot documentation at http://plplot.sourceforge.net/resources.
35
36
37
38 March, 2007 PLLSTY(3plplot)