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

NAME

6       plsvpa - Specify viewport in absolute coordinates
7

SYNOPSIS

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

DESCRIPTION

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

ARGUMENTS

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

AUTHORS

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

SEE ALSO

45       PLplot   documentation   at    http://plplot.sourceforge.net/documenta
46       tion.php.
47
48
49
50                                 August, 2017                  PLSVPA(3plplot)
Impressum