Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d3a7ae4

Browse files
authored
Merge pull request #8588 from tacaswell/doc_errorbar_api_change
DOC: document API change to errorbar
2 parents 21e6d94 + 5c1c68f commit d3a7ae4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/users/dflt_style_changes.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,10 @@ By default, caps on the ends of errorbars are not present.
416416
demo(ax1, {'errorbar.capsize': 3}, 'classic')
417417
demo(ax2, {}, 'v2.0')
418418

419+
This also changes the return value of
420+
:meth:`~matplotlib.axes.Axes.errorbar` as the list of 'caplines' will
421+
be empty by default.
422+
419423
The previous defaults can be restored by setting::
420424

421425
mpl.rcParams['errorbar.capsize'] = 3

0 commit comments

Comments
 (0)