1PLGSPA(3plplot) PLplot API PLGSPA(3plplot)
2
3
4
6 plgspa - Get current subpage parameters
7
9 plgspa(xmin, xmax, ymin, ymax)
10
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
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
40 Many developers (who are credited at http://plplot.source‐
41 forge.net/credits.php) have contributed to PLplot over its long his‐
42 tory.
43
45 PLplot documentation at http://plplot.sourceforge.net/documenta‐
46 tion.php.
47
48
49
50 August, 2017 PLGSPA(3plplot)