Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 35c0eb0

Browse filesBrowse 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
Copy full SHA for 35c0eb0

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎galleries/examples/color/color_sequences.py

Copy file name to clipboardExpand all lines: galleries/examples/color/color_sequences.py
+2-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.