other versions
- buster 5.14.0+dfsg-3
- testing 5.15.0+dfsg-19
- unstable 5.15.0+dfsg-19
- experimental 5.15.0+dfsg-21
PL_SETCONTLABELFORMAT(3plplot) | PLplot API | PL_SETCONTLABELFORMAT(3plplot) |
NAME¶
pl_setcontlabelformat - Set format of numerical label for contoursSYNOPSIS¶
pl_setcontlabelformat(lexp, sigdig)DESCRIPTION¶
Set format of numerical label for contours.Redacted form: pl_setcontlabelformat(lexp, sigdig)
This function is used example 9.
ARGUMENTS¶
- lexp (PLINT(3plplot), input)
- If the contour numerical label is greater than 10^(lexp) or less than 10^(-lexp), then the exponential format is used. Default value of lexp is 4.
- sigdig (PLINT(3plplot), input)
- Number of significant digits. Default value is 2.
AUTHORS¶
Many developers (who are credited at http://plplot.org/credits.php) have contributed to PLplot over its long history.SEE ALSO¶
PLplot documentation at http://plplot.org/documentation.php.January, 2019 |