Light Bartlein Color Maps
Note de l’éditeur : This file was selected as MATLAB Central Pick of the Week
This submission was inspired by comments from Ned Gulley in a recent Blog by Doug Hull. Ned cited an EOS article by A. Light and P.J. Bartlein who proposed some color maps designed for colorblind viewers. This function implements four of the proposed color maps using look-up tables (aka interpolation). A link to the article is included in the M-file.
Citation pour cette source
Robert Bemis (2024). Light Bartlein Color Maps (https://www.mathworks.com/matlabcentral/fileexchange/17555-light-bartlein-color-maps), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Plateformes compatibles
Windows macOS LinuxCatégories
- MATLAB > Graphics > Formatting and Annotation > Colormaps > Red >
- MATLAB > Graphics > Formatting and Annotation > Colormaps > Yellow >
- MATLAB > Graphics > Formatting and Annotation > Colormaps > Blue >
Tags
Remerciements
A inspiré : Perceptually improved colormaps, MatPlotLib Perceptually Uniform Colormaps
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
Version | Publié le | Notes de version | |
---|---|---|---|
1.1.0.1 | Updated license |
||
1.1.0.0 | copyright |
||
1.0.0.0 | Relaxed nargout contstraint (from 1 to 0-1) so function can return colormap values as ANS consistent with MATLAB's other colormaps. Thanks to John D'Errico - nice catch. |