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

NAME

6       plvpor - Specify viewport using normalized subpage coordinates
7

SYNOPSIS

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

DESCRIPTION

12       Device-independent  routine  for setting up the viewport.  This defines
13       the viewport in terms of normalized subpage coordinates which run  from
14       0.0  to  1.0  (left  to right and bottom to top) along each edge of the
15       current subpage.  Use the alternate routine plsvpa(3plplot) in order to
16       create a viewport of a definite size.
17
18       Redacted form: plvpor(xmin, xmax, ymin, ymax)
19
20       This  function  is used in examples 2, 6-8, 10, 11, 15, 16, 18, 21, 23,
21       24, 26, 27, and 31.
22

ARGUMENTS

24       xmin (PLFLT(3plplot), input)
25              The normalized subpage coordinate of the left-hand edge  of  the
26              viewport.
27
28       xmax (PLFLT(3plplot), input)
29              The  normalized subpage coordinate of the right-hand edge of the
30              viewport.
31
32       ymin (PLFLT(3plplot), input)
33              The normalized subpage coordinate of  the  bottom  edge  of  the
34              viewport.
35
36       ymax (PLFLT(3plplot), input)
37              The  normalized  subpage coordinate of the top edge of the view‐
38              port.
39
40

AUTHORS

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

SEE ALSO

46       PLplot documentation at http://plplot.org/documentation.php.
47
48
49
50                                 August, 2021                  PLVPOR(3plplot)
Impressum