From ee7fbcc74f95adad94239fed7bdb5dbb2a3d4408 Mon Sep 17 00:00:00 2001 From: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> Date: Tue, 13 Feb 2024 13:04:23 +0100 Subject: [PATCH] Update galleries/examples/statistics/boxplot_color.py Co-authored-by: Ruth Comer <10599679+rcomer@users.noreply.github.com> --- galleries/examples/statistics/boxplot_color.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galleries/examples/statistics/boxplot_color.py b/galleries/examples/statistics/boxplot_color.py index a6f45a54848a..496844236323 100644 --- a/galleries/examples/statistics/boxplot_color.py +++ b/galleries/examples/statistics/boxplot_color.py @@ -18,7 +18,7 @@ np.random.normal(125, 20, size=100), np.random.normal(120, 30, size=100), ] -labels = ['peaches', 'oranges', 'tomatos'] +labels = ['peaches', 'oranges', 'tomatoes'] colors = ['peachpuff', 'orange', 'tomato'] fig, ax = plt.subplots()