Skip to content

Commit c550a03

Browse files
committed
Update prob_dist.md
1 parent 6d7b3be commit c550a03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/prob_dist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -884,7 +884,7 @@ x_costco = prices.pct_change()[1:] * 100
884884
fig, ax = plt.subplots()
885885
ax.violinplot([x_amazon, x_costco])
886886
ax.set_ylabel('monthly return (percent change)')
887-
ax.set_xlabel('Retailer')
887+
ax.set_xlabel('retailers')
888888
889889
ax.set_xticks([1, 2])
890890
ax.set_xticklabels(['Amazon', 'Costco'])

0 commit comments

Comments
 (0)