| File Information |
| Description |
A symmetric colourmap, with neutral central color, diverging either side to warm colors for positive values, and cold colours for negative ones. This is useful for data where the sign is important, e.g. expansion/contraction in fluid visualisation. This map should allow slightly better distinction of different values within the hot or cold partitions, compared to a map with only two colours (like red-grey-green
The neutral gray-level is user-definable, and the order of the light/dark colors either side automatically switches to match light or dark gray in the centre.
There is also an option to produce a colormap with a linear intensity/luminance variation when results are converted to grayscale. This requires the neutral gray-level to be 0.5. |
| Acknowledgements |
Red Blue Colormap, Cm Rmap.M, Mrgb2gray, Tools For N If Ti And Analyze Image, Lab Color Scale, Color Gray, and Real2rgb & Colormaps
inspired this file.
|
| MATLAB release |
MATLAB 7.1.0 (R14SP3)
|
| Other requirements |
The colormap itself, bipolar, has no requirements, but colormap_investigation requires the Optimization Toolbox and real2rgb (ID 23342).
Symmetric color limits are assumed, e.g.
mx = max(abs(data));
set(gca, 'CLim', [-mx mx]) |
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 11 Dec 2009 |
This release responds to feedback, and includes a simple attempt at modifying some colormaps to yield a visually-pleasing colormap that degrades gracefully to linear luminance in grayscale. |
|