1PLGXAX(3plplot) PLplot API PLGXAX(3plplot)
2
3
4
6 plgxax - Get x axis parameters
7
9 plgxax(digmax, digits)
10
12 Returns current values of the digmax and digits flags for the x axis.
13 digits is updated after the plot is drawn, so this routine should only
14 be called after the call to plbox(3plplot) (or plbox3(3plplot)) is com‐
15 plete. See the PLplot documentation for more information.
16
17 Redacted form: plgxax(digmax, digits)
18
19 This function is used in example 31.
20
22 digmax (PLINT *, output)
23 Pointer to variable with the maximum number of digits for the x
24 axis. If nonzero, the printed label has been switched to a
25 floating point representation when the number of digits exceeds
26 digmax.
27
28 digits (PLINT *, output)
29 Pointer to variable with the actual number of digits for the
30 numeric labels (x axis) from the last plot.
31
32
34 Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This
35 man page was automatically generated from the DocBook source of the
36 PLplot documentation, maintained by Alan W. Irwin and Rafael
37 Laboissiere.
38
40 PLplot documentation at http://plplot.sourceforge.net/resources.
41
42
43
44 July, 2010 PLGXAX(3plplot)