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

NAME

6       plgdiplt - Get parameters that define current plot-space window
7

SYNOPSIS

9       plgdiplt(p_xmin, p_ymin, p_xmax, p_ymax)
10

DESCRIPTION

12       Get  relative  minima and maxima that define current plot-space window.
13       If plsdiplt(3plplot) has not been called the default values pointed  to
14       by p_xmin, p_ymin, p_xmax, and p_ymax will be 0., 0., 1., and 1.
15
16       Redacted form: plgdiplt(p_xmin, p_ymin, p_xmax, p_ymax)
17
18       This function is used in example 31.
19

ARGUMENTS

21       p_xmin (PLFLT_NC_SCALAR(3plplot), output)
22              Returned value of the relative minimum in x.
23
24       p_ymin (PLFLT_NC_SCALAR(3plplot), output)
25              Returned value of the relative minimum in y.
26
27       p_xmax (PLFLT_NC_SCALAR(3plplot), output)
28              Returned value of the relative maximum in x.
29
30       p_ymax (PLFLT_NC_SCALAR(3plplot), output)
31              Returned value of the relative maximum in y.
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                                September, 2020              PLGDIPLT(3plplot)
Impressum