We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d72977 + 1ac590e commit a3abbb4Copy full SHA for a3abbb4
lib/matplotlib/colors.py
@@ -95,6 +95,7 @@
95
'darkorange': '#FF8C00',
96
'darkorchid': '#9932CC',
97
'darkred': '#8B0000',
98
+ 'darksage': '#598556',
99
'darksalmon': '#E9967A',
100
'darkseagreen': '#8FBC8F',
101
'darkslateblue': '#483D8B',
@@ -133,6 +134,7 @@
133
134
'lightgreen': '#90EE90',
135
'lightgray': '#D3D3D3',
136
'lightpink': '#FFB6C1',
137
+ 'lightsage': '#BCECAC',
138
'lightsalmon': '#FFA07A',
139
'lightseagreen': '#20B2AA',
140
'lightskyblue': '#87CEFA',
@@ -181,6 +183,7 @@
181
183
'royalblue': '#4169E1',
182
184
'saddlebrown': '#8B4513',
185
'salmon': '#FA8072',
186
+ 'sage': '#87AE73',
187
'sandybrown': '#FAA460',
188
'seagreen': '#2E8B57',
189
'seashell': '#FFF5EE',
0 commit comments