.\" This page was automatically generated. Do not edit! .\" .TH PLSDIDEV 3plplot "December, 2020" "" "PLplot API" .SH NAME \fBplsdidev\fP - Set parameters that define current device-space window .SH SYNOPSIS \fBplsdidev\fP(\fImar\fP, \fIaspect\fP, \fIjx\fP, \fIjy\fP) .SH DESCRIPTION .P Set relative margin width, aspect ratio, and relative justification that define current device-space window. If you want to just use the previous value for any of these, just pass in the magic value PL_NOTSET. It is unlikely that one should ever need to change the aspect ratio but it's in there for completeness. If \fBplsdidev\fP(3plplot) is not called the default values of \fImar\fP, \fIjx\fP, and \fIjy\fP are all 0. \fIaspect\fP is set to a device-specific value. .P Redacted form: \fBplsdidev(mar, aspect, jx, jy)\fP .P This function is used in example 31. .SH ARGUMENTS .TP \fImar\fP (\fBPLFLT\fP(3plplot), input) Relative margin width. .TP \fIaspect\fP (\fBPLFLT\fP(3plplot), input) Aspect ratio. .TP \fIjx\fP (\fBPLFLT\fP(3plplot), input) Relative justification in x. Value must lie in the range -0.5 to 0.5. .TP \fIjy\fP (\fBPLFLT\fP(3plplot), input) Relative justification in y. Value must lie in the range -0.5 to 0.5. .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.