1PLSSYM(3plplot) PLplot API PLSSYM(3plplot)
2
3
4
6 plssym - Set symbol size
7
9 plssym(def, scale)
10
12 This sets up the size of all subsequent symbols drawn by
13 plpoin(3plplot) and plsym(3plplot). The actual height of a symbol is
14 the product of the default symbol size and a scaling factor as for the
15 character height.
16
17 Redacted form: plssym(def, scale)
18
19 This function is used in example 29.
20
22 def (PLFLT(3plplot), input)
23 The default height of a symbol in millimeters, should be set to
24 zero if the default height is to remain unchanged.
25
26 scale (PLFLT(3plplot), input)
27 Scale factor to be applied to default to get actual symbol
28 height.
29
30
32 Many developers (who are credited at http://plplot.org/credits.php)
33 have contributed to PLplot over its long history.
34
36 PLplot documentation at http://plplot.org/documentation.php.
37
38
39
40 February, 2022 PLSSYM(3plplot)