<< white | Graphics functions | xlabel >> |
c = winter |
c = winter(m) |
a scalar integer value: Number of colors (256 as default value).
Winter colormap array.
winter returns the colormap with winter colors.
f = figure();
surf(peaks);
colormap('winter');
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET