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

NAME

6       plwind - Specify window
7

SYNOPSIS

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

DESCRIPTION

12       Specify  the  window,  i.e.,  the world coordinates of the edges of the
13       viewport.
14
15       Redacted form: plwind(xmin, xmax, ymin, ymax)
16
17       This function is used in examples 1, 2, 4, 6-12, 14-16, 18, 21,  23-27,
18       29, and 31.
19

ARGUMENTS

21       xmin (PLFLT(3plplot), input)
22              The world x coordinate of the left-hand edge of the viewport.
23
24       xmax (PLFLT(3plplot), input)
25              The world x coordinate of the right-hand edge of the viewport.
26
27       ymin (PLFLT(3plplot), input)
28              The world y coordinate of the bottom edge of the viewport.
29
30       ymax (PLFLT(3plplot), input)
31              The world y coordinate of the top edge of the viewport.
32
33

AUTHORS

35       Many    developers   (who   are   credited   at   http://plplot.source
36       forge.net/credits.php) have contributed to PLplot over  its  long  his‐
37       tory.
38

SEE ALSO

40       PLplot    documentation   at   http://plplot.sourceforge.net/documenta
41       tion.php.
42
43
44
45                                 August, 2017                  PLWIND(3plplot)
Impressum