Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94c47e2 commit 2e77a3bCopy full SHA for 2e77a3b
1 file changed
examples/lines_bars_and_markers/bar_stacked.py
@@ -25,7 +25,7 @@
25
26
ax.bar(ind, men_means, width, yerr=men_std, label='Men')
27
ax.bar(ind, women_means, width, yerr=women_std, bottom=men_means,
28
- label='Women')
+ label='Women')
29
30
ax.set_ylabel('Scores')
31
ax.set_title('Scores by group and gender')
0 commit comments