.\" This page was automatically generated. Do not edit! .\" .TH PLWIND 3plplot "January, 2019" "" "PLplot API" .SH NAME \fBplwind\fP - Specify window .SH SYNOPSIS \fBplwind\fP(\fIxmin\fP, \fIxmax\fP, \fIymin\fP, \fIymax\fP) .SH DESCRIPTION .P Specify the window, i.e., the world coordinates of the edges of the viewport. .P Redacted form: \fBplwind(xmin, xmax, ymin, ymax)\fP .P This function is used in examples 1, 2, 4, 6-12, 14-16, 18, 21, 23-27, 29, and 31. .SH ARGUMENTS .TP \fIxmin\fP (\fBPLFLT\fP(3plplot), input) The world x coordinate of the left-hand edge of the viewport. .TP \fIxmax\fP (\fBPLFLT\fP(3plplot), input) The world x coordinate of the right-hand edge of the viewport. .TP \fIymin\fP (\fBPLFLT\fP(3plplot), input) The world y coordinate of the bottom edge of the viewport. .TP \fIymax\fP (\fBPLFLT\fP(3plplot), input) The world y coordinate of the top edge of the viewport. .SH AUTHORS Many developers (who are credited at http://plplot.org/credits.php) have contributed to PLplot over its long history. .SH SEE ALSO PLplot documentation at http://plplot.org/documentation.php.