Skip to content

Commit 513719e

Browse files
author
ugurthemaster
committed
some additional comments have been added
1 parent df75b0b commit 513719e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/api/barchart_demo.py

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

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

0 commit comments

Comments
 (0)