Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 808b252

Browse filesBrowse 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
Copy full SHA for 808b252

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎lib/matplotlib/colors.py

Copy file name to clipboardExpand all lines: lib/matplotlib/colors.py
+2-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.