8000 DOC: Add petroff6 and petroff8 to 'Named color sequences' example by matthewfeickert · Pull Request #30087 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

DOC: Add petroff6 and petroff8 to 'Named color sequences' example #30087

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion galleries/examples/color/color_sequences.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ def plot_color_sequences(names, ax):

built_in_color_sequences = [
'tab10', 'tab20', 'tab20b', 'tab20c', 'Pastel1', 'Pastel2', 'Paired',
'Accent', 'Dark2', 'Set1', 'Set2', 'Set3', 'petroff10']
'Accent', 'Dark2', 'Set1', 'Set2', 'Set3', 'petroff6', 'petroff8',
'petroff10']


fig, ax = plt.subplots(figsize=(6.4, 9.6), layout='constrained')
Expand Down
0