Skip to content

Commit

Permalink
Update galleries/examples/statistics/boxplot_color.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ruth Comer <10599679+rcomer@users.noreply.github.com>
  • Loading branch information
timhoffm and rcomer authored Feb 13, 2024
1 parent 427ef7f commit ee7fbcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion galleries/examples/statistics/boxplot_color.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit ee7fbcc

Please sign in to comment.