debian man page for plimage

Query: plimage

OS: debian

Section: 3plplot

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

PLIMAGE(3plplot)						    PLplot API							  PLIMAGE(3plplot)

NAME
plimage - Plot a 2D matrix using color map1 with automatic colour adjustment
SYNOPSIS
plimage(idata, nx, ny, xmin, xmax, ymin, ymax, zmin, zmax, Dxmin, Dxmax, Dymin, Dymax)
DESCRIPTION
Plot a 2D matrix using color palette 1. The color scale is automatically adjusted to use the maximum and minimum values in idata as val- uemin and valuemax in a call to plimagefr(3plplot). Redacted form: General: plimage(idata, xmin, xmax, ymin, ymax, zmin, zmax, Dxmin, Dxmax, Dymin, Dymax) This function is used in example 20.
ARGUMENTS
idata (PLFLT**, input) A 2D array of values (intensities) to plot. Should have dimensions idata[nx][ny]. nx, ny (PLINT, input) Dimensions of idata xmin, xmax, ymin, ymax (PLFLT, input) Plot coordinates to strecth the image data to. idata[0][0] corresponds to (xmin, ymin) and idata[nx - 1][ny - 1] corresponds to (xmax, ymax). zmin, zmax (PLFLT, input) Only data between zmin and zmax (inclusive) will be plotted. Dxmin, Dxmax, Dymin, Dymax (PLFLT, input) Plot only the window of points whose plot coordinates fall inside the window of (Dxmin, Dymin) to (Dxmax, Dymax).
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.
SEE ALSO
PLplot documentation at http://plplot.sourceforge.net/resources. August, 2012 PLIMAGE(3plplot)
Related Man Pages
plenv0(3plplot) - debian
plgspa(3plplot) - debian
plsvpa(3plplot) - debian
plvpas(3plplot) - debian
plw3d(3plplot) - debian
Similar Topics in the Unix Linux Community
Help Plotting
Storing values in arrays using csh
Chase DVD Plot
A Freebie Text Mode Plot, (Drawing), Function...