8000 Merge remote-tracking branch 'matplotlib/v2.0.1-doc' into v2.0.2-doc · matplotlib/matplotlib@bda1700 · 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 bda1700

Browse files
committed
Merge remote-tracking branch 'matplotlib/v2.0.1-doc' into v2.0.2-doc
2 parents ec4d314 + d3a7ae4 commit bda1700

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