Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 200808c + 35c0eb0 commit 8beb0a7Copy full SHA for 8beb0a7
1 file changed
galleries/examples/color/color_sequences.py
@@ -38,7 +38,8 @@ def plot_color_sequences(names, ax):
38
39
built_in_color_sequences = [
40
'tab10', 'tab20', 'tab20b', 'tab20c', 'Pastel1', 'Pastel2', 'Paired',
41
- 'Accent', 'Dark2', 'Set1', 'Set2', 'Set3', 'petroff10']
+ 'Accent', 'Dark2', 'Set1', 'Set2', 'Set3', 'petroff6', 'petroff8',
42
+ 'petroff10']
43
44
45
fig, ax = plt.subplots(figsize=(6.4, 9.6), layout='constrained')
0 commit comments