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(3plplot), 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(3plplot), input)
25              Number of significant digits.  Default value is 2.
26
27

AUTHORS

29       Many  developers  (who  are  credited at http://plplot.org/credits.php)
30       have contributed to PLplot over its long history.
31

SEE ALSO

33       PLplot documentation at http://plplot.org/documentation.php.
34
35
36
37                                November, 2019  PL_SETCONTLABELFORMAT(3plplot)
Impressum