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 8f1698f

Browse filesBrowse files
authored
Merge pull request #28001 from meeseeksmachine/auto-backport-of-pr-28000-on-v3.8.x
Backport PR #28000 on branch v3.8.x (Fix color sequence data for Set2 and Set3)
2 parents 06269cd + 79ee5af commit 8f1698f
Copy full SHA for 8f1698f

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+2
-2
lines changed

‎lib/matplotlib/colors.py

Copy file name to clipboardExpand all lines: lib/matplotlib/colors.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ class ColorSequenceRegistry(Mapping):
127127
'Accent': _cm._Accent_data,
128128
'Dark2': _cm._Dark2_data,
129129
'Set1': _cm._Set1_data,
130-
'Set2': _cm._Set1_data,
131-
'Set3': _cm._Set1_data,
130+
'Set2': _cm._Set2_data,
131+
'Set3': _cm._Set3_data,
132132
}
133133

134134
def __init__(self):

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.