8000 Add "sage" colors to colors.py · jenshnielsen/matplotlib@1ac590e · GitHub
[go: up one dir, main page]

Skip to content

Commit 1ac590e

Browse files
committed
Add "sage" colors to colors.py
A Sage user commented that one couldn't make plots in Sage "sage". But this is a color. http://xkcd.com/color/rgb/ recommends the following, and the discussion at https://groups.google.com/forum/#!topic/sage-devel/CnH45Ym4zSk indicates it could be useful as well as fun.
1 parent 518afd8 commit 1ac590e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/matplotlib/colors.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
'darkorange': '#FF8C00',
9696
'darkorchid': '#9932CC',
9797
'darkred': '#8B0000',
98+
'darksage': '#598556',
9899
'darksalmon': '#E9967A',
99100
'darkseagreen': '#8FBC8F',
100101
'darkslateblue': '#483D8B',
@@ -133,6 +134,7 @@
133134
'lightgreen': '#90EE90',
134135
'lightgray': '#D3D3D3',
135136
'lightpink': '#FFB6C1',
137+
'lightsage': '#BCECAC',
136138
'lightsalmon': '#FFA07A',
137139
'lightseagreen': '#20B2AA',
138140
'lightskyblue': '#87CEFA',
@@ -181,6 +183,7 @@
181183
'royalblue': '#4169E1',
182184
'saddlebrown': '#8B4513',
183185
'salmon': '#FA8072',
186+
'sage': '#87AE73',
184187
'sandybrown': '#FAA460',
185188
'seagreen': '#2E8B57',
186189
'seashell': '#FFF5EE',

0 commit comments

Comments
 (0)
0