1PLSVPA(3plplot) PLplot API PLSVPA(3plplot)
2
3
4
6 plsvpa - Specify viewport in absolute coordinates
7
9 plsvpa(xmin, xmax, ymin, ymax)
10
12 Alternate routine to plvpor(3plplot) for setting up the viewport. This
13 routine should be used only if the viewport is required to have a defi‐
14 nite size in millimeters. The routine plgspa(3plplot) is useful for
15 finding out the size of the current subpage.
16
17 Redacted form: plsvpa(xmin, xmax, ymin, ymax)
18
19 This function is used in example 10.
20
22 xmin (PLFLT(3plplot), input)
23 The distance of the left-hand edge of the viewport from the
24 left-hand edge of the subpage in millimeters.
25
26 xmax (PLFLT(3plplot), input)
27 The distance of the right-hand edge of the viewport from the
28 left-hand edge of the subpage in millimeters.
29
30 ymin (PLFLT(3plplot), input)
31 The distance of the bottom edge of the viewport from the bottom
32 edge of the subpage in millimeters.
33
34 ymax (PLFLT(3plplot), input)
35 The distance of the top edge of the viewport from the bottom
36 edge of the subpage in millimeters.
37
38
40 Many developers (who are credited at http://plplot.org/credits.php)
41 have contributed to PLplot over its long history.
42
44 PLplot documentation at http://plplot.org/documentation.php.
45
46
47
48 January, 2023 PLSVPA(3plplot)