.\" This page was automatically generated. Do not edit! .\" .TH PLGDIPLT 3plplot "September, 2016" "" "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 (PLFLT *, output) Pointer to relative minimum in x. .TP \fIp_ymin\fP (PLFLT *, output) Pointer to relative minimum in y. .TP \fIp_xmax\fP (PLFLT *, output) Pointer to relative maximum in x. .TP \fIp_ymax\fP (PLFLT *, output) Pointer to relative maximum in y. .SH AUTHORS Many developers (who are credited at http://plplot.sourceforge.net/credits.php) have contributed to PLplot over its long history. .SH SEE ALSO PLplot documentation at http://plplot.sourceforge.net/documentation.php.