8000 Add deprecation note for parameter renames · matplotlib/matplotlib@55056f2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 55056f2

Browse files
committed
Add deprecation note for parameter renames
8000
1 parent b5b3408 commit 55056f2

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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``.

0 commit comments

Comments
 (0)
0