Tol colors

버전 1.0.1 (3.12 KB) 작성자: Nans Bujan
Creates a palette with up to 12 colors that are easy to distinct everywhere (print, screen, B&W), for everyone (color-blindness) and pretty.
다운로드 수: 161
업데이트 날짜: 2019/2/3

라이선스 보기

The colors created by Paul Tol at SRON are good for publication-quality figures:
https://personal.sron.nl/~pault/
- distinct for all people, including color-blind readers
- distinct from black and white
- distinct on screen and paper
- still match well together

ptc6 calls up to 6 RGB colors.
use ptc12 if more colors are needed (up to 12).

Usage:
ptc6(n) % n is the number of distinct colors
(a light gray is added at n+1)

Example:
TOLC=ptc6(5)
plot(1:10,sin(1:10),'Color', TOLC(1,:))
hold on
plot(1:10,sin((1:10)+1),'Color', TOLC(2,:))
...

To visualize each scheme of color selected, add 'check' to the function:
ptc6(3, 'check') % displays the 3 colors on a figure

인용 양식

Nans Bujan (2024). Tol colors (https://www.mathworks.com/matlabcentral/fileexchange/70180-tol-colors), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2017a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Annotations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.1

updated

1.0.0