1PL_SETCONTLABELFORMAT(3plplot) PLplot API PL_SETCONTLABELFORMAT(3plplot)
2
3
4
6 pl_setcontlabelformat - Set format of numerical label for contours
7
9 pl_setcontlabelformat(lexp, sigdig)
10
12 Set format of numerical label for contours.
13
14 Redacted form: pl_setcontlabelformat(lexp, sigdig)
15
16 This function is not used in any examples.
17
19 lexp (PLINT, input)
20 If the contour numerical label is greater than 10^(lexp) or less
21 than 10^(-lexp), then the exponential format is used. Default
22 value of lexp is 4.
23
24 sigdig (PLINT, input)
25 Number of significant digits. Default value is 2.
26
27
29 Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This
30 man page was automatically generated from the DocBook source of the
31 PLplot documentation, maintained by Alan W. Irwin and Rafael
32 Laboissiere.
33
35 PLplot documentation at http://plplot.sourceforge.net/resources.
36
37
38
39 March, 2007 PL_SETCONTLABELFORMAT(3plplot)