Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ef51dc3

Browse files
committed
Shorten color names for better gallery build
1 parent 2dc9a46 commit ef51dc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/statistics/histogram_demo_multihist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
fig, axes = plt.subplots(nrows=2, ncols=2)
1919
ax0, ax1, ax2, ax3 = axes.flat
2020

21-
colors = ['crimson', 'burlywood', 'chartreuse']
21+
colors = ['red', 'tan', 'lime']
2222
ax0.hist(x, n_bins, normed=1, histtype='bar', color=colors, label=colors)
2323
ax0.legend(prop={'size': 10})
2424
ax0.set_title('bars with legend')

0 commit comments

Comments
 (0)