File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.
1010For 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+
1327API Changes in 2.1.0
1428====================
1529
30+
1631Default behavior of log scales changed to mask <= 0 values
1732----------------------------------------------------------
1833
You can’t perform that action at this time.
0 commit comments