.\" This page was automatically generated. Do not edit! .\" .TH PLGXAX 3plplot "August, 2012" "" "PLplot API" .SH NAME \fBplgxax\fP - Get x axis parameters .SH SYNOPSIS \fBplgxax\fP(\fIdigmax\fP, \fIdigits\fP) .SH DESCRIPTION .P Returns current values of the \fIdigmax\fP and \fIdigits\fP flags for the x axis. \fIdigits\fP is updated after the plot is drawn, so this routine should only be called after the call to \fBplbox\fP(3plplot) (or \fBplbox3\fP(3plplot)) is complete. See the PLplot documentation for more information. .P Redacted form: \fBplgxax(digmax, digits)\fP .P This function is used in example 31. .SH ARGUMENTS .TP \fIdigmax\fP (PLINT *, output) Pointer to variable with the maximum number of digits for the x axis. If nonzero, the printed label has been switched to a floating point representation when the number of digits exceeds \fIdigmax\fP. .TP \fIdigits\fP (PLINT *, output) Pointer to variable with the actual number of digits for the numeric labels (x axis) from the last plot. .SH AUTHORS Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This man page was automatically generated from the DocBook source of the PLplot documentation, maintained by Alan W. Irwin and Rafael Laboissiere. .SH SEE ALSO PLplot documentation at http://plplot.sourceforge.net/resources.