Skip to content

Commit cfa28b0

Browse files
committed
error bars
1 parent bcd32ff commit cfa28b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/matplotlib/axes/_axes.py

+2
Original file line numberDiff line numberDiff line change
@@ -3333,6 +3333,8 @@ def errorbar(self, x, y, yerr=None, xerr=None,
33333333
errorbars. Use fmt='none' to draw errorbars without any data markers.
33343334
33353335
.. versionadded:: 3.7
3336+
errorbars align with theta in polar projection
3337+
33363338
33373339
Parameters
33383340
----------

0 commit comments

Comments
 (0)