Rechercher une page de manuel
plimage.3plplot
Langue: en
Version: July, 2010 (fedora - 01/12/10)
Section: 3 (Bibliothèques de fonctions)
NAME
plimage - Plot a 2D matrix using color map1 with automatic colour adjustmentSYNOPSIS
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 valuemin 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.Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre