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 30c9d29 commit f734644Copy full SHA for f734644
1 file changed
examples/barchart_demo.py
@@ -9,7 +9,7 @@
9
width = 0.35 # the width of the bars
10
p1 = bar(ind, menMeans, width, color='r', yerr=menStd)
11
12
-womenMeans = (-25, 32, 34, 20, 25)
+womenMeans = (25, 32, 34, 20, 25)
13
womenStd = (3, 5, 2, 3, 3)
14
p2 = bar(ind+width, womenMeans, width, color='y', yerr=womenStd)
15
0 commit comments