1PLPREC(3plplot) PLplot API PLPREC(3plplot)
2
3
4
6 plprec - Set precision in numeric labels
7
9 plprec(set, prec)
10
12 Sets the number of places after the decimal point in numeric labels.
13
14 Redacted form: plprec(set, prec)
15
16 This function is used in example 29.
17
19 set (PLINT, input)
20 If set 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 set is 1 then prec
23 sets the number of places.
24
25 prec (PLINT, input)
26 The number of characters to draw after the decimal point in
27 numeric labels.
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 PLPREC(3plplot)