We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent746d466 commit0f9c6fbCopy full SHA for 0f9c6fb
doc/api/api_changes.rst
@@ -10,9 +10,24 @@ out what caused the breakage and how to fix it by updating your code.
10
For new features that were added to Matplotlib, please see
11
:ref:`whats-new`.
12
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
27
API Changes in 2.1.0
28
====================
29
30
31
Default behavior of log scales changed to mask <= 0 values
32
----------------------------------------------------------
33