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

Skip to content

Commit 2e77a3b

Browse files
authored
reindent line.
1 parent 94c47e2 commit 2e77a3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/lines_bars_and_markers/bar_stacked.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
ax.bar(ind, men_means, width, yerr=men_std, label='Men')
2727
ax.bar(ind, women_means, width, yerr=women_std, bottom=men_means,
28-
label='Women')
28+
label='Women')
2929

3030
ax.set_ylabel('Scores')
3131
ax.set_title('Scores by group and gender')

0 commit comments

Comments
 (0)