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.
2 parents 5fcbe81 + 513719e commit af16f10Copy full SHA for af16f10
1 file changed
examples/api/barchart_demo.py
@@ -18,7 +18,7 @@
18
womenStd = (3, 5, 2, 3, 3)
19
rects2 = ax.bar(ind+width, womenMeans, width, color='y', yerr=womenStd)
20
21
-# add some
+# add some text for labels, title and axes ticks
22
ax.set_ylabel('Scores')
23
ax.set_title('Scores by group and gender')
24
ax.set_xticks(ind+width)
0 commit comments