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

Skip to content

Commit 808b252

Browse files
committed
fix 2 html color names
There are two garbled up lines resulting in one missing colorname and one colorname assigned to the wrong html color code.
1 parent 829e757 commit 808b252

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)