File tree Expand file tree Collapse file tree 3 files changed +9
-12
lines changed
api/prev_api_changes/api_changes_3.2.0 Expand file tree Collapse file tree 3 files changed +9
-12
lines changed Original file line number Diff line number Diff line change @@ -312,10 +312,9 @@ longer necessary to import mplot3d to create 3d axes with ::
312
312
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
313
313
314
314
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.
315
+ hard-coded to ``base=np.e ``. This was inconsistent with the default behavior of
316
+ ` .SymmetricalLogScale ` (which defaults to ``base=10 ``) and the use of the word
317
+ "decade" in the documentation.
318
318
319
- In preparation for changing the default base to 10, calling
320
- `.SymLogNorm ` without the new *base * kwarg emits a deprecation
321
- warning.
319
+ In preparation for changing the default base to 10, calling `.SymLogNorm `
320
+ without the new *base * keyword argument emits a deprecation warning.
Original file line number Diff line number Diff line change @@ -232,10 +232,11 @@ deprecated. Use an explicit list instead.
232
232
233
233
Scales
234
234
~~~~~~
235
- Passing unsupported keyword arguments to `.ScaleBase ` and its subclasses
236
- `.LinearScale `, and `.SymLogScale ` is deprecated and will raise a `TypeError ` in 3.3.
235
+ Passing unsupported keyword arguments to `.ScaleBase `, and its subclasses
236
+ `.LinearScale ` and `.SymmetricalLogScale `, is deprecated and will raise a
237
+ `TypeError ` in 3.3.
237
238
238
- If extra kwargs are passed to `.LogScale `, `TypeError ` will now be
239
+ If extra keyword arguments are passed to `.LogScale `, `TypeError ` will now be
239
240
raised instead of `ValueError `.
240
241
241
242
Testing
Original file line number Diff line number Diff line change 933
933
"Locator.view_limits()" : [
934
934
" doc/api/prev_api_changes/api_changes_3.2.0/deprecations.rst:113"
935
935
],
936
- "SymLogScale" : [
937
- " doc/api/prev_api_changes/api_changes_3.2.0/deprecations.rst:224"
938
- ],
939
936
"GraphicsContextBase" : [
940
937
" lib/matplotlib/backends/backend_agg.py:docstring of matplotlib.backends.backend_agg.RendererAgg.draw_text:8" ,
941
938
" lib/matplotlib/backends/backend_cairo.py:docstring of matplotlib.backends.backend_cairo.RendererCairo.draw_image:8" ,
You can’t perform that action at this time.
0 commit comments