1PLGYAX(3plplot) PLplot API PLGYAX(3plplot)
2
3
4
6 plgyax - Get y axis parameters
7
9 plgyax(digmax, digits)
10
12 Identical to plgxax(3plplot), except that arguments are flags for y
13 axis. See the description of plgxax(3plplot) for more detail.
14
15 Redacted form: plgyax(digmax, digits)
16
17 This function is not used in any examples.
18
20 digmax (PLINT *, output)
21 Pointer to variable with the maximum number of digits for the y
22 axis. If nonzero, the printed label has been switched to a
23 floating point representation when the number of digits exceeds
24 digmax.
25
26 digits (PLINT *, output)
27 Pointer to variable with the actual number of digits for the
28 numeric labels (y axis) from the last plot.
29
30
32 Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This
33 man page was automatically generated from the DocBook source of the
34 PLplot documentation, maintained by Alan W. Irwin and Rafael
35 Laboissiere.
36
38 PLplot documentation at http://plplot.sourceforge.net/resources.
39
40
41
42 March, 2007 PLGYAX(3plplot)