8000 Merge pull request #9255 from EJEP/tableau-colorblind10 · matplotlib/matplotlib@49c6f50 · GitHub
[go: up one dir, main page]

Skip to content

Commit 49c6f50

Browse files
authored
Merge pull request #9255 from EJEP/tableau-colorblind10
New color blind-friendly color cycle
2 parents 66386ee + 25ea897 commit 49c6f50

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
New style colorblind-friendly color cycle
2+
=========================================
3+
4+
A new style defining a color cycle has been added, tableau-colorblind10, to provide another option for
5+
colorblind-friendly plots.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Tableau colorblind 10 palette
2+
axes.prop_cycle: cycler('color', ['006BA4', 'FF800E', 'ABABAB', '595959', '5F9ED1', 'C85200', '898989', 'A2C8EC', 'FFBC79', 'CFCFCF'])
3+
patch.facecolor: 006BA4

0 commit comments

Comments
 (0)
0