.\" This page was automatically generated. Do not edit! .\" .TH PLSDIPLT 3plplot "March, 2024" "" "PLplot API" .SH NAME \fBplsdiplt\fP - Set parameters that define current plot-space window .SH SYNOPSIS \fBplsdiplt\fP(\fIxmin\fP, \fIymin\fP, \fIxmax\fP, \fIymax\fP) .SH DESCRIPTION .P Set relative minima and maxima that define the current plot-space window. If \fBplsdiplt\fP(3plplot) is not called the default values of \fIxmin\fP, \fIymin\fP, \fIxmax\fP, and \fIymax\fP are 0., 0., 1., and 1. .P Redacted form: \fBplsdiplt(xmin, ymin, xmax, ymax)\fP .P This function is used in example 31. .SH ARGUMENTS .TP \fIxmin\fP (\fBPLFLT\fP(3plplot), input) Relative minimum in x. .TP \fIymin\fP (\fBPLFLT\fP(3plplot), input) Relative minimum in y. .TP \fIxmax\fP (\fBPLFLT\fP(3plplot), input) Relative maximum in x. .TP \fIymax\fP (\fBPLFLT\fP(3plplot), input) Relative maximum in y. .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.