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

Skip to content

Commit 0f9c6fb

Browse files
committed
DOC: add API changes notes
1 parent 746d466 commit 0f9c6fb

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

doc/api/api_changes.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,24 @@ out what caused the breakage and how to fix it by updating your code.
1010
For new features that were added to Matplotlib, please see
1111
:ref:`whats-new`.
1212

13+
API Changes in 2.1.1
14+
====================
15+
16+
Default behavior of log scales reverted to clip <= 0 values
17+
-----------------------------------------------------------
18+
19+
The change it 2.1.0 to mask in logscale by default had more disruptive
20+
changes than anticipated and has been reverted, however the clipping is now
21+
done in a way that fixes the issues that motivated changing the default behavior
22+
to ``'mask'``.
23+
24+
As a side effect of this change, error bars which go negative now work as expected
25+
on log scales.
26+
1327
API Changes in 2.1.0
1428
====================
1529

30+
1631
Default behavior of log scales changed to mask <= 0 values
1732
----------------------------------------------------------
1833

0 commit comments

Comments
 (0)