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

NAME

6       plgxax - Get x axis parameters
7

SYNOPSIS

9       plgxax(p_digmax, p_digits)
10

DESCRIPTION

12       Returns  current  values  of  the p_digmax and p_digits flags for the x
13       axis.  p_digits is updated after the plot is  drawn,  so  this  routine
14       should   only   be   called   after  the  call  to  plbox(3plplot)  (or
15       plbox3(3plplot)) is complete.  See the PLplot  documentation  for  more
16       information.
17
18       Redacted form: plgxax(p_digmax, p_digits)
19
20       This function is used in example 31.
21

ARGUMENTS

23       p_digmax (PLINT_NC_SCALAR(3plplot), output)
24              Returned  value  of the maximum number of digits for the x axis.
25              If nonzero, the printed label has been switched to  a  floating-
26              point  representation  when  the  number  of digits exceeds this
27              value.
28
29       p_digits (PLINT_NC_SCALAR(3plplot), output)
30              Returned value of the actual number of digits  for  the  numeric
31              labels (x axis) from the last plot.
32
33

AUTHORS

35       Many  developers  (who  are  credited at http://plplot.org/credits.php)
36       have contributed to PLplot over its long history.
37

SEE ALSO

39       PLplot documentation at http://plplot.org/documentation.php.
40
41
42
43                                 January, 2021                 PLGXAX(3plplot)
Impressum