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 *, output)
23 Pointer to variable with position of left hand edge of subpage
24 in millimeters.
25
26 xmax (PLFLT *, output)
27 Pointer to variable with position of right hand edge of subpage
28 in millimeters.
29
30 ymin (PLFLT *, output)
31 Pointer to variable with position of bottom edge of subpage in
32 millimeters.
33
34 ymax (PLFLT *, output)
35 Pointer to variable with position of top edge of subpage in mil‐
36 limeters.
37
38
40 Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This
41 man page was automatically generated from the DocBook source of the
42 PLplot documentation, maintained by Alan W. Irwin and Rafael
43 Laboissiere.
44
46 PLplot documentation at http://plplot.sourceforge.net/resources.
47
48
49
50 March, 2007 PLGSPA(3plplot)