1PLSYAX(3plplot) PLplot API PLSYAX(3plplot)
2
3
4
6 plsyax - Set y axis parameters
7
9 plsyax(digmax, digits)
10
12 Identical to plsxax(3plplot), except that arguments are flags for y
13 axis. See the description of plsxax(3plplot) for more detail.
14
15 Redacted form: plsyax(digmax, digits)
16
17 This function is used in examples 1, 14, and 31.
18
20 digmax (PLINT(3plplot), input)
21 Variable to set the maximum number of digits for the y axis. If
22 nonzero, the printed label will be switched to a floating-point
23 representation when the number of digits exceeds digmax.
24
25 digits (PLINT(3plplot), input)
26 Field digits value. Currently, changing its value here has no
27 effect since it is set only by plbox(3plplot) or
28 plbox3(3plplot). However, the user may obtain its value after a
29 call to either of these functions by calling plgyax(3plplot).
30
31
33 Many developers (who are credited at http://plplot.org/credits.php)
34 have contributed to PLplot over its long history.
35
37 PLplot documentation at http://plplot.org/documentation.php.
38
39
40
41 February, 2019 PLSYAX(3plplot)