File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,24 @@ out what caused the breakage and how to fix it by updating your code.
10
10
For new features that were added to Matplotlib, please see
11
11
:ref: `whats-new `.
12
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
+
13
27
API Changes in 2.1.0
14
28
====================
15
29
30
+
16
31
Default behavior of log scales changed to mask <= 0 values
17
32
----------------------------------------------------------
18
33
You can’t perform that action at this time.
0 commit comments