Light Bartlein Color Maps

버전 1.1.0.1 (2.2 KB) 작성자: Robert Bemis
Generates one of four colormaps using schemes proposed in technical literature
다운로드 수: 7.3K
업데이트 날짜: 2016/9/1

라이선스 보기

편집자 메모: 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 (2024). Light Bartlein Color Maps (https://www.mathworks.com/matlabcentral/fileexchange/17555-light-bartlein-color-maps), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R10
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
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.