.\" This page was automatically generated. Do not edit! .\" .TH PLSVPA 3plplot "December, 2020" "" "PLplot API" .SH NAME \fBplsvpa\fP - Specify viewport in absolute coordinates .SH SYNOPSIS \fBplsvpa\fP(\fIxmin\fP, \fIxmax\fP, \fIymin\fP, \fIymax\fP) .SH DESCRIPTION .P Alternate routine to \fBplvpor\fP(3plplot) for setting up the viewport. This routine should be used only if the viewport is required to have a definite size in millimeters. The routine \fBplgspa\fP(3plplot) is useful for finding out the size of the current subpage. .P Redacted form: \fBplsvpa(xmin, xmax, ymin, ymax)\fP .P This function is used in example 10. .SH ARGUMENTS .TP \fIxmin\fP (\fBPLFLT\fP(3plplot), input) The distance of the left-hand edge of the viewport from the left-hand edge of the subpage in millimeters. .TP \fIxmax\fP (\fBPLFLT\fP(3plplot), input) The distance of the right-hand edge of the viewport from the left-hand edge of the subpage in millimeters. .TP \fIymin\fP (\fBPLFLT\fP(3plplot), input) The distance of the bottom edge of the viewport from the bottom edge of the subpage in millimeters. .TP \fIymax\fP (\fBPLFLT\fP(3plplot), input) The distance of the top edge of the viewport from the bottom edge of the subpage in millimeters. .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.