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

NAME

6       plgspa - Get current subpage parameters
7

SYNOPSIS

9       plgspa(xmin, xmax, ymin, ymax)
10

DESCRIPTION

12       Gets  the  size of the current subpage in millimeters measured from the
13       bottom left hand corner of the output device page or  screen.   Can  be
14       used  in  conjunction  with  plsvpa(3plplot)  for setting the size of a
15       viewport in absolute coordinates (millimeters).
16
17       Redacted form: plgspa(xmin, xmax, ymin, ymax)
18
19       This function is used in example 23.
20

ARGUMENTS

22       xmin (PLFLT_NC_SCALAR(3plplot), output)
23              Returned value of the position of the left hand edge of the sub‐
24              page in millimeters.
25
26       xmax (PLFLT_NC_SCALAR(3plplot), output)
27              Returned  value  of  the  position of the right hand edge of the
28              subpage in millimeters.
29
30       ymin (PLFLT_NC_SCALAR(3plplot), output)
31              Returned value of the position of the bottom edge of the subpage
32              in millimeters.
33
34       ymax (PLFLT_NC_SCALAR(3plplot), output)
35              Returned value of the position of the top edge of the subpage in
36              millimeters.
37
38

AUTHORS

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

SEE ALSO

44       PLplot documentation at http://plplot.org/documentation.php.
45
46
47
48                                  July, 2022                   PLGSPA(3plplot)
Impressum