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.
1 parent 06269cd commit 79ee5afCopy full SHA for 79ee5af
lib/matplotlib/colors.py
@@ -127,8 +127,8 @@ class ColorSequenceRegistry(Mapping):
127
'Accent': _cm._Accent_data,
128
'Dark2': _cm._Dark2_data,
129
'Set1': _cm._Set1_data,
130
- 'Set2': _cm._Set1_data,
131
- 'Set3': _cm._Set1_data,
+ 'Set2': _cm._Set2_data,
+ 'Set3': _cm._Set3_data,
132
}
133
134
def __init__(self):
0 commit comments