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

Skip to content

Commit ec05b76

Browse files
jklymaktimhoffm
andcommitted
Update doc/api/next_api_changes/behaviour.rst
Co-Authored-By: Tim Hoffmann <[email protected]>
1 parent c7df5d2 commit ec05b76

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/api/next_api_changes/behaviour.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,10 @@ extra letters or characters in the "middle" of the string, e.g. ``"(0, 1a, '0.5'
8686
would be interpreted as ``(0, 1, 0.5)``. These extra characters (including the
8787
internal quotes) now cause a ValueError to be raised.
8888

89-
`.SymLogNorm` now has a *base* kwarg.
90-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
91-
Previously, `.SymLogNorm` had not *base* kwarg, and defaulted to ``base=np.e``
89+
`.SymLogNorm` now has a *base* parameter
90+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
91+
92+
Previously, `.SymLogNorm` had no *base* kwarg, and defaulted to ``base=np.e``
9293
whereas the documentation said it was ``base=10``. In preparation to make
9394
the default 10, calling `.SymLogNorm` without the new *base* kwarg emits a
9495
deprecation warning.

0 commit comments

Comments
 (0)