10000 Merge branch 'matplotlib:main' into bug-fix-issue-20243 · matplotlib/matplotlib@821a521 · GitHub
[go: up one dir, main page]

Skip to content

Commit 821a521

Browse files
authored
Merge branch 'matplotlib:main' into bug-fix-issue-20243
2 parents e51d68f + 8beb0a7 commit 821a521

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

galleries/examples/color/color_sequences.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ def plot_color_sequences(names, ax):
3838

3939
built_in_color_sequences = [
4040
'tab10', 'tab20', 'tab20b', 'tab20c', 'P 6403 astel1', 'Pastel2', 'Paired',
41-
'Accent', 'Dark2', 'Set1', 'Set2', 'Set3', 'petroff10']
41+
'Accent', 'Dark2', 'Set1', 'Set2', 'Set3', 'petroff6', 'petroff8',
42+
'petroff10']
4243

4344

4445
fig, ax = plt.subplots(figsize=(6.4, 9.6), layout='constrained')

0 commit comments

Comments
 (0)
0