1PLPREC(3plplot) PLplot API PLPREC(3plplot)
2
3
4
6 plprec - Set precision in numeric labels
7
9 plprec(setp, prec)
10
12 Sets the number of places after the decimal point in numeric labels.
13
14 Redacted form: plprec(setp, prec)
15
16 This function is used in example 29.
17
19 setp (PLINT(3plplot), input)
20 If setp is equal to 0 then PLplot automatically determines the
21 number of places to use after the decimal point in numeric
22 labels (like those used to label axes). If setp is 1 then prec
23 sets the number of places.
24
25 prec (PLINT(3plplot), input)
26 The number of characters to draw after the decimal point in
27 numeric labels.
28
29
31 Many developers (who are credited at http://plplot.org/credits.php)
32 have contributed to PLplot over its long history.
33
35 PLplot documentation at http://plplot.org/documentation.php.
36
37
38
39 February, 2019 PLPREC(3plplot)