Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0f9c6fb

Browse files
committed
DOC: add API changes notes
1 parent746d466 commit0f9c6fb

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)

[8]ページ先頭

©2009-2025 Movatter.jp