Provided by: plplot-doc_5.10.0-0ubuntu5_all 

NAME
plwind - Specify world coordinates of viewport boundaries
SYNOPSIS
plwind(xmin, xmax, ymin, ymax)
DESCRIPTION
Sets up the world coordinates of the edges of the viewport.
Redacted form: plwind(xmin, xmax, ymin, ymax)
This function is used in examples 1,2,4,6-12,14-16,18,21,23-27,29,31.
ARGUMENTS
xmin (PLFLT, input)
The world x coordinate of the left-hand edge of the viewport.
xmax (PLFLT, input)
The world x coordinate of the right-hand edge of the viewport.
ymin (PLFLT, input)
The world y coordinate of the bottom edge of the viewport.
ymax (PLFLT, input)
The world y coordinate of the top edge of the viewport.
AUTHORS
Many developers (who are credited at http://plplot.sourceforge.net/credits.php) have contributed to
PLplot over its long history.
SEE ALSO
PLplot documentation at http://plplot.sourceforge.net/documentation.php.
February, 2014 PLWIND(3plplot)