1PLSCHR(3plplot) PLplot API PLSCHR(3plplot)
2
3
4
6 plschr - Set character size
7
9 plschr(def, scale)
10
12 This sets up the size of all subsequent characters drawn. The actual
13 height of a character is the product of the default character size and
14 a scaling factor.
15
16 Redacted form: plschr(def, scale)
17
18 This function is used in example 2,13,23,24.
19
21 def (PLFLT, input)
22 The default height of a character in millimeters, should be set
23 to zero if the default height is to remain unchanged.
24
25 scale (PLFLT, input)
26 Scale factor to be applied to default to get actual character
27 height.
28
29
31 Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This
32 man page was automatically generated from the DocBook source of the
33 PLplot documentation, maintained by Alan W. Irwin and Rafael
34 Laboissiere.
35
37 PLplot documentation at http://plplot.sourceforge.net/resources.
38
39
40
41 July, 2010 PLSCHR(3plplot)