pcolor
Pseudocolor plot.
Syntax
pcolor(C)
pcolor(X, Y, C)
pcolor(parent, ...)
go = pcolor(...)
Input argument
X - x-coordinates: vector or matrix.
Y - y-coordinates: vector or matrix.
C - Color array: m-by-n-by-3 array of RGB triplets.
parent - a scalar graphics object value: parent container, specified as a axes.
Output argument
go - a graphics object: surface type.
Description
pcolor(C) creates a pseudocolor plot of the data in the matrix C, where each cell or 'face' in the plot is colored according to the corresponding value in the matrix.
The color of each face is determined by a colormap, which maps data values to colors.
Examples
See also
History
Version | Description |
---|---|
1.0.0 | initial version |
Author
Allan CORNET
Last updated