1PLLSTY(3plplot) PLplot API PLLSTY(3plplot)
2
3
4
6 pllsty - Select line style
7
9 pllsty(lin)
10
12 This sets the line style according to one of eight predefined patterns
13 (also see plstyl(3plplot)).
14
15 Redacted form: pllsty(lin)
16
17 This function is used in examples 9, 12, 22, and 25.
18
20 lin (PLINT(3plplot), 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 Many developers (who are credited at http://plplot.source‐
29 forge.net/credits.php) have contributed to PLplot over its long his‐
30 tory.
31
33 PLplot documentation at http://plplot.sourceforge.net/documenta‐
34 tion.php.
35
36
37
38 August, 2017 PLLSTY(3plplot)