Light Bartlein Color Maps

Generates one of four colormaps using schemes proposed in technical literature

您现在正在关注此提交

编者注: 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.

引用格式

Robert Bemis (2026). Light Bartlein Color Maps (https://ww2.mathworks.cn/matlabcentral/fileexchange/17555-light-bartlein-color-maps), MATLAB Central File Exchange. 检索时间: .

致谢

启发作品: Perceptually improved colormaps

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
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.