1PLIMAGE(3plplot)                  PLplot API                  PLIMAGE(3plplot)
2
3
4

NAME

6       plimage  -  Plot  a  2D  matrix  using color map1 with automatic colour
7       adjustment
8

SYNOPSIS

10       plimage(idata, nx, ny, xmin,  xmax,  ymin,  ymax,  zmin,  zmax,  Dxmin,
11       Dxmax, Dymin, Dymax)
12

DESCRIPTION

14       Plot  a  2D matrix using color palette 1.  The color scale is automati‐
15       cally adjusted to use the maximum and minimum values in idata  as  val‐
16       uemin and valuemax in a call to plimagefr(3plplot).
17
18       Redacted  form:   General: plimage(idata, xmin, xmax, ymin, ymax, zmin,
19       zmax, Dxmin, Dxmax, Dymin, Dymax)
20
21
22       This function is used in example 20.
23

ARGUMENTS

25       idata (PLFLT**, input)
26              A 2D array of values (intensities) to plot.  Should have  dimen‐
27              sions idata[nx][ny].
28
29       nx, ny (PLINT, input)
30              Dimensions of idata
31
32       xmin, xmax, ymin, ymax (PLFLT, input)
33              Plot coordinates to strecth the image data to.  idata[0][0] cor‐
34              responds to (xmin, ymin) and idata[nx - 1][ny -  1]  corresponds
35              to (xmax, ymax).
36
37       zmin, zmax (PLFLT, input)
38              Only data between zmin and zmax (inclusive) will be plotted.
39
40       Dxmin, Dxmax, Dymin, Dymax (PLFLT, input)
41              Plot  only  the  window  of  points  whose plot coordinates fall
42              inside the window of (Dxmin, Dymin) to (Dxmax, Dymax).
43
44

AUTHORS

46       Geoffrey Furnish and Maurice LeBrun wrote and  maintain  PLplot.   This
47       man  page  was  automatically  generated from the DocBook source of the
48       PLplot  documentation,  maintained  by  Alan  W.   Irwin   and   Rafael
49       Laboissiere.
50

SEE ALSO

52       PLplot documentation at http://plplot.sourceforge.net/resources.
53
54
55
56                                  July, 2010                  PLIMAGE(3plplot)
Impressum