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

Skip to content

Commit af16f10

Browse files
committed
Merge pull request #2079 from ugurthemaster/master
added some comments
2 parents 5fcbe81 + 513719e commit af16f10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/api/barchart_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
womenStd = (3, 5, 2, 3, 3)
1919
rects2 = ax.bar(ind+width, womenMeans, width, color='y', yerr=womenStd)
2020

21-
# add some
21+
# add some text for labels, title and axes ticks
2222
ax.set_ylabel('Scores')
2323
ax.set_title('Scores by group and gender')
2424
ax.set_xticks(ind+width)

0 commit comments

Comments
 (0)