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 examples 2, 13, 23, and 24.
19
21 def (PLFLT(3plplot), input)
22 The default height of a character in millimeters, should be set
23 to zero if the default height is to remain unchanged. For ras‐
24 terized drivers the dx and dy values specified in
25 plspage(3plplot) are used to convert from mm to pixels (note the
26 different unit systems used). This dpi aware scaling is not im‐
27 plemented for all drivers yet.
28
29 scale (PLFLT(3plplot), input)
30 Scale factor to be applied to default to get actual character
31 height.
32
33
35 Many developers (who are credited at http://plplot.org/credits.php)
36 have contributed to PLplot over its long history.
37
39 PLplot documentation at http://plplot.org/documentation.php.
40
41
42
43 August, 2021 PLSCHR(3plplot)