Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2157863 commit 0bb1074Copy full SHA for 0bb1074
doc/api/prev_api_changes/api_changes_3.2.0/behavior.rst
@@ -311,7 +311,7 @@ longer necessary to import mplot3d to create 3d axes with ::
311
`.SymLogNorm` now has a *base* parameter
312
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
313
314
-Previously, `.SymLogNorm` had no *base* kwarg and the base was
+Previously, `.SymLogNorm` had no *base* keyword argument and the base was
315
hard-coded to ``base=np.e``. This was inconsistent with the default
316
behavior of `.SymLogScale` (which defaults to ``base=10``) and the use
317
of the word "decade" in the documentation.
0 commit comments