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 not used in any examples.
20
22 def (PLFLT, 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, input)
27 Scale factor to be applied to default to get actual symbol
28 height.
29
30
32 Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This
33 man page was automatically generated from the DocBook source of the
34 PLplot documentation, maintained by Alan W. Irwin and Rafael
35 Laboissiere.
36
38 PLplot documentation at http://plplot.sourceforge.net/resources.
39
40
41
42 March, 2007 PLSSYM(3plplot)