1PLSZAX(3plplot)                   PLplot API                   PLSZAX(3plplot)
2
3
4

NAME

6       plszax - Set z axis parameters
7

SYNOPSIS

9       plszax(digmax, digits)
10

DESCRIPTION

12       Identical  to  plsxax(3plplot),  except  that arguments are flags for z
13       axis. See the description of plsxax(3plplot) for more detail.
14
15       Redacted form: plszax(digmax, digits)
16
17       This function is used in example 31.
18

ARGUMENTS

20       digmax (PLINT, input)
21              Variable to set the maximum number of digits for the z 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, 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 plgzax(3plplot).
30
31

AUTHORS

33       Geoffrey  Furnish  and  Maurice LeBrun wrote and maintain PLplot.  This
34       man page was automatically generated from the  DocBook  source  of  the
35       PLplot   documentation,   maintained   by  Alan  W.  Irwin  and  Rafael
36       Laboissiere.
37

SEE ALSO

39       PLplot documentation at http://plplot.sourceforge.net/resources.
40
41
42
43                                  July, 2010                   PLSZAX(3plplot)
Impressum