8000 DOC: document API change to errorbar · matplotlib/matplotlib@5c1c68f · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

8000
Appearance settings

Commit 5c1c68f

Browse files
committed
DOC: document API change to errorbar
closes #8586
1 parent 21e6d94 commit 5c1c68f

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)
0