File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
doc/api/next_api_changes/deprecations Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change
1
+ Method parameters renamed to match base classes
2
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3
+
4
+ The only parameter of ``Transform.transform_non_affine `` in subclasses are renamed
5
+ to *values *
6
+
7
+ The only parameter of ``Transform.transform_affine `` in subclasses are renamed to
8
+ *values *
9
+
10
+ The parameter of ``transforms.IdentityTransform.transform `` is renamed to *values *
11
+
12
+ The parameter of ``table.Cell.set_transform `` is renamed to *t * consistently with
13
+ `.Artist.set_transform `.
14
+
15
+ The parameters of ``axis.Axis.set_clip_path `` and ``axis.Tick.set_clip_Ppath `` are
16
+ renamed to *path * consistently with `.Artist.set_clip_path `.
17
+
18
+ The parameter of ``images.NonUniformImage.set_filternorm `` is renamed to *filternorm *
19
+ consistently with ```_ImageBase.set_filternorm ``.
20
+
21
+ The parameter of ``images.NonUniformImage.set_filterrad `` is renamed to *filterrad *
22
+ consistently with ```_ImageBase.set_filterrad ``.
You can’t perform that action at this time.
0 commit comments