1PLGCHR(3plplot) PLplot API PLGCHR(3plplot)
2
3
4
6 plgchr - Get character default height and current (scaled) height
7
9 plgchr(p_def, p_ht)
10
12 Get character default height and current (scaled) height.
13
14 Redacted form: plgchr(p_def, p_ht)
15
16 This function is used in example 23.
17
19 p_def (PLFLT_NC_SCALAR(3plplot), output)
20 Returned value of the default character height (mm).
21
22 p_ht (PLFLT_NC_SCALAR(3plplot), output)
23 Returned value of the scaled character height (mm).
24
25
27 Many developers (who are credited at http://plplot.org/credits.php)
28 have contributed to PLplot over its long history.
29
31 PLplot documentation at http://plplot.org/documentation.php.
32
33
34
35 September, 2020 PLGCHR(3plplot)