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

NAME

6       pl_setcontlabelformat - Set format of numerical label for contours
7

SYNOPSIS

9       pl_setcontlabelformat(lexp, sigdig)
10

DESCRIPTION

12       Set format of numerical label for contours.
13
14       Redacted form: pl_setcontlabelformat(lexp, sigdig)
15
16       This function is used example 9.
17

ARGUMENTS

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

AUTHORS

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

SEE ALSO

35       PLplot documentation at http://plplot.sourceforge.net/resources.
36
37
38
39                                  July, 2010    PL_SETCONTLABELFORMAT(3plplot)
Impressum