Skip to content

Commit af6a89b

Browse files
committed
updated api_changes and whats_new
1 parent 1b06302 commit af6a89b

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

doc/api/api_changes.rst

+4
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ original location:
4747
- mstream -> `from matplotlib import stream as mstream`
4848
- mtable -> `from matplotlib import table as mtable`
4949

50+
* The :func:`~matplotlib.pyplot.errorbar` method has been changed such that
51+
the upper and lower limits (*lolims*, *uplims*, *xlolims*, *xuplims*) now
52+
point in the correct direction.
53+
5054
* The Sphinx extensions `ipython_directive` and
5155
`ipython_console_highlighting` have been moved to the IPython
5256
project itself. While they remain in matplotlib for this release,

doc/users/whats_new.rst

+5
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,11 @@ specify wedgeprops = {'linewidth':3} to specify the width of the borders of
139139
the wedges in the pie. For more properties that the user can specify, look at
140140
the docs for the wedge and text objects.
141141

142+
Fixed the direction of errorbar upper/lower limits
143+
``````````````````````````````````````````````````
144+
Larry Bradley fixed the :func:`~matplotlib.pyplot.errorbar` method such
145+
that the upper and lower limits (*lolims*, *uplims*, *xlolims*,
146+
*xuplims*) now point in the correct direction.
142147

143148
Date handling
144149
-------------

0 commit comments

Comments
 (0)