1PLSCHR(3plplot)                   PLplot API                   PLSCHR(3plplot)
2
3
4

NAME

6       plschr - Set character size
7

SYNOPSIS

9       plschr(def, scale)
10

DESCRIPTION

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

ARGUMENTS

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
27              implemented 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

AUTHORS

35       Many    developers   (who   are   credited   at   http://plplot.source
36       forge.net/credits.php) have contributed to PLplot over  its  long  his‐
37       tory.
38

SEE ALSO

40       PLplot    documentation   at   http://plplot.sourceforge.net/documenta
41       tion.php.
42
43
44
45                                 August, 2017                  PLSCHR(3plplot)
Impressum