.\" This page was automatically generated. Do not edit! .\" .TH PLSDIPLT 3plplot "August, 2012" "" "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 (PLFLT, input) Relative minimum in x. .TP \fIymin\fP (PLFLT, input) Relative minimum in y. .TP \fIxmax\fP (PLFLT, input) Relative maximum in x. .TP \fIymax\fP (PLFLT, input) Relative maximum in y. .SH AUTHORS Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This man page was automatically generated from the DocBook source of the PLplot documentation, maintained by Alan W. Irwin and Rafael Laboissiere. .SH SEE ALSO PLplot documentation at http://plplot.sourceforge.net/resources.