Skip to content

Commit a2b5dcd

Browse files
committed
Clarify title of plot
1 parent f7b2217 commit a2b5dcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pylab_examples/histogram_demo_multihist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
colors = ['crimson', 'burlywood', 'chartreuse']
2222
ax0.hist(x, n_bins, normed=1, histtype='bar', color=colors, label=colors)
2323
ax0.legend(prop={'size': 10})
24-
ax0.set_title('bar')
24+
ax0.set_title('bars with legend')
2525

2626
ax1.hist(x, n_bins, normed=1, histtype='bar', stacked=True)
2727
ax1.set_title('stacked bar')

0 commit comments

Comments
 (0)