.\" This page was automatically generated. Do not edit! .\" .TH PLIMAGE 3plplot "January, 2019" "" "PLplot API" .SH NAME \fBplimage\fP - Plot a 2D matrix using cmap1 with automatic color adjustment .SH SYNOPSIS \fBplimage\fP(\fIidata\fP, \fInx\fP, \fIny\fP, \fIxmin\fP, \fIxmax\fP, \fIymin\fP, \fIymax\fP, \fIzmin\fP, \fIzmax\fP, \fIDxmin\fP, \fIDxmax\fP, \fIDymin\fP, \fIDymax\fP) .SH DESCRIPTION .P Plot a 2D matrix using the cmap1 palette. The color scale is automatically adjusted to use the maximum and minimum values in idata as valuemin and valuemax in a call to \fBplimagefr\fP(3plplot). .P Redacted form: General: \fBplimage(idata, xmin, xmax, ymin, ymax, zmin, zmax, Dxmin, Dxmax, Dymin, Dymax) \fP .P This function is used in example 20. .SH ARGUMENTS .TP \fIidata\fP (\fBPLFLT_MATRIX\fP(3plplot), input) A matrix containing function values to plot. Should have dimensions of \fInx\fP by \fIny\fP. .TP \fInx, ny\fP (\fBPLINT\fP(3plplot), input) Dimensions of idata .TP \fIxmin, xmax, ymin, ymax\fP (\fBPLFLT\fP(3plplot), input) The x and y index ranges are linearly transformed to these world coordinate ranges such that idata[0][0] corresponds to (xmin, ymin) and idata[nx - 1][ny - 1] corresponds to (xmax, ymax). .TP \fIzmin, zmax\fP (\fBPLFLT\fP(3plplot), input) Only data between zmin and zmax (inclusive) will be plotted. .TP \fIDxmin, Dxmax, Dymin, Dymax\fP (\fBPLFLT\fP(3plplot), input) Plot only the window of points whose plot coordinates fall inside the window of (Dxmin, Dymin) to (Dxmax, Dymax). .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.