From 35c0eb0a18eb583ff7e66f29e96dc9309432cd6f Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Mon, 19 May 2025 23:55:24 -0500 Subject: [PATCH] DOC: Add petroff6 and petroff8 to 'Named color sequences' example * Add petroff6 and petroff8 as a follow up to PR 30065. --- galleries/examples/color/color_sequences.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/galleries/examples/color/color_sequences.py b/galleries/examples/color/color_sequences.py index 9a2fd04a53d0..4fc5571a0b69 100644 --- a/galleries/examples/color/color_sequences.py +++ b/galleries/examples/color/color_sequences.py @@ -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')