.\" This page was automatically generated. Do not edit! .\" .TH PLGDIPLT 3plplot "April, 2023" "" "PLplot API" .SH NAME \fBplgdiplt\fP - Get parameters that define current plot-space window .SH SYNOPSIS \fBplgdiplt\fP(\fIp_xmin\fP, \fIp_ymin\fP, \fIp_xmax\fP, \fIp_ymax\fP) .SH DESCRIPTION .P Get relative minima and maxima that define current plot-space window. If \fBplsdiplt\fP(3plplot) has not been called the default values pointed to by \fIp_xmin\fP, \fIp_ymin\fP, \fIp_xmax\fP, and \fIp_ymax\fP will be 0., 0., 1., and 1. .P Redacted form: \fBplgdiplt(p_xmin, p_ymin, p_xmax, p_ymax)\fP .P This function is used in example 31. .SH ARGUMENTS .TP \fIp_xmin\fP (\fBPLFLT_NC_SCALAR\fP(3plplot), output) Returned value of the relative minimum in x. .TP \fIp_ymin\fP (\fBPLFLT_NC_SCALAR\fP(3plplot), output) Returned value of the relative minimum in y. .TP \fIp_xmax\fP (\fBPLFLT_NC_SCALAR\fP(3plplot), output) Returned value of the relative maximum in x. .TP \fIp_ymax\fP (\fBPLFLT_NC_SCALAR\fP(3plplot), output) Returned value of the 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.