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

NAME

6       plvpas - Specify viewport using coordinates and aspect ratio
7

SYNOPSIS

9       plvpas(xmin, xmax, ymin, ymax, aspect)
10

DESCRIPTION

12       Device-independent  routine  for setting up the viewport.  The viewport
13       is chosen to be the largest with  the  given  aspect  ratio  that  fits
14       within  the  specified  region  (in terms of normalized subpage coordi‐
15       nates).  This routine is  functionally  equivalent  to  plvpor(3plplot)
16       when   a   ``natural''   aspect   ratio   (0.0)   is   chosen.   Unlike
17       plvasp(3plplot), this routine reserves no extra space at the edges  for
18       labels.
19
20       Redacted form: plvpas(xmin, xmax, ymin, ymax, aspect)
21
22       This function is used in example 9.
23

ARGUMENTS

25       xmin (PLFLT, input)
26              The  normalized  subpage coordinate of the left-hand edge of the
27              viewport.
28
29       xmax (PLFLT, input)
30              The normalized subpage coordinate of the right-hand edge of  the
31              viewport.
32
33       ymin (PLFLT, input)
34              The  normalized  subpage  coordinate  of  the bottom edge of the
35              viewport.
36
37       ymax (PLFLT, input)
38              The normalized subpage coordinate of the top edge of  the  view‐
39              port.
40
41       aspect (PLFLT, input)
42              Ratio of length of y axis to length of x axis.
43
44

AUTHORS

46       Geoffrey  Furnish  and  Maurice LeBrun wrote and maintain PLplot.  This
47       man page was automatically generated from the  DocBook  source  of  the
48       PLplot   documentation,   maintained   by  Alan  W.  Irwin  and  Rafael
49       Laboissiere.
50

SEE ALSO

52       PLplot documentation at http://plplot.sourceforge.net/resources.
53
54
55
56                                  March, 2007                  PLVPAS(3plplot)
Impressum