1PLWIDTH(3plplot) PLplot API PLWIDTH(3plplot)
2
3
4
6 plwidth - Set pen width
7
9 plwidth(width)
10
12 Sets the pen width.
13
14 Redacted form: plwidth(width)
15
16 This function is used in examples 1 and 2.
17
19 width (PLFLT(3plplot), input)
20 The desired pen width. If width is negative or the same as the
21 previous value no action is taken. width = 0. should be inter‐
22 preted as as the minimum valid pen width for the device. The
23 interpretation of positive width values is also device depen‐
24 dent.
25
26
28 Many developers (who are credited at http://plplot.org/credits.php)
29 have contributed to PLplot over its long history.
30
32 PLplot documentation at http://plplot.org/documentation.php.
33
34
35
36 January, 2021 PLWIDTH(3plplot)