.\" This page was automatically generated. Do not edit! .\" .TH PLSZAX 3plplot "December, 2020" "" "PLplot API" .SH NAME \fBplszax\fP - Set z axis parameters .SH SYNOPSIS \fBplszax\fP(\fIdigmax\fP, \fIdigits\fP) .SH DESCRIPTION .P Identical to \fBplsxax\fP(3plplot), except that arguments are flags for z axis. See the description of \fBplsxax\fP(3plplot) for more detail. .P Redacted form: \fBplszax(digmax, digits)\fP .P This function is used in example 31. .SH ARGUMENTS .TP \fIdigmax\fP (\fBPLINT\fP(3plplot), input) Variable to set the maximum number of digits for the z axis. If nonzero, the printed label will be switched to a floating-point representation when the number of digits exceeds \fIdigmax\fP. .TP \fIdigits\fP (\fBPLINT\fP(3plplot), input) Field digits value. Currently, changing its value here has no effect since it is set only by \fBplbox\fP(3plplot) or \fBplbox3\fP(3plplot). However, the user may obtain its value after a call to either of these functions by calling \fBplgzax\fP(3plplot). .SH AUTHORS Many developers (who are credited at http://plplot.org/credits.php) have contributed to PLplot over its long history. .SH SEE ALSO PLplot documentation at http://plplot.org/documentation.php.