Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0f0b79e

Browse files
committed
Merge pull request #1527 from megies/patch-1
fix color names for paleturquoise and palevioletred
2 parents 829e757 + 808b252 commit 0f0b79e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/matplotlib/colors.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,8 @@
163163
'orchid': '#DA70D6',
164164
'palegoldenrod': '#EEE8AA',
165165
'palegreen': '#98FB98',
166-
'palevioletred': '#AFEEEE',
166+
'paleturquoise': '#AFEEEE',
167+
'palevioletred': '#DB7093',
167168
'papayawhip': '#FFEFD5',
168169
'peachpuff': '#FFDAB9',
169170
'peru': '#CD853F',

0 commit comments

Comments
 (0)