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

NAME

6       plsxax - Set x axis parameters
7

SYNOPSIS

9       plsxax(digmax, digits)
10

DESCRIPTION

12       Sets  values  of  the  digmax and digits flags for the x axis.  See the
13       PLplot documentation for more information.
14
15       Redacted form: plsxax(digmax, digits)
16
17       This function is used in example 31.
18

ARGUMENTS

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

AUTHORS

33       Many    developers   (who   are   credited   at   http://plplot.source
34       forge.net/credits.php) have contributed to PLplot over  its  long  his‐
35       tory.
36

SEE ALSO

38       PLplot    documentation   at   http://plplot.sourceforge.net/documenta
39       tion.php.
40
41
42
43                                 August, 2017                  PLSXAX(3plplot)
Impressum