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 7dab45f commit 991547eCopy full SHA for 991547e
doc/source/visualization.rst
@@ -1405,7 +1405,7 @@ Here is an example of one way to easily plot group means with standard deviation
1405
# Plot
1406
fig, ax = plt.subplots()
1407
@savefig errorbar_example.png
1408
- means.plot.bar(yerr=errors, ax=ax)
+ means.plot.bar(yerr=errors, ax=ax, capsize=4)
1409
1410
.. ipython:: python
1411
:suppress:
0 commit comments