Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 35c0eb0

Browse files
DOC: Add petroff6 and petroff8 to 'Named color sequences' example
* Add petroff6 and petroff8 as a follow up to PR 30065.
1 parent 11b8e4e commit 35c0eb0

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', 'Pastel1', '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)