10000 more precise api note · matplotlib/matplotlib@ffbd01a · GitHub
[go: up one dir, main page]

Skip to content

Commit ffbd01a

Browse files
ksundenQuLogic
andauthored
more precise api note
Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
1 parent 55056f2 commit ffbd01a

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed
Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,19 @@
11
Method parameters renamed to match base classes
22
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33

4-
The only parameter of ``Transform.transform_non_affine`` in subclasses are renamed
5-
to *values*
4+
The only parameter of ``transform_affine`` and ``transform_non_affine`` in ``Transform`` subclasses is renamed
5+
to *values*.
66

7-
The only parameter of ``Transform.transform_affine`` in subclasses are renamed to
8-
*values*
7+
The *points* parameter of ``transforms.IdentityTransform.transform`` is renamed to *values*.
98

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
9+
The *trans* parameter of ``table.Cell.set_transform`` is renamed to *t* consistently with
1310
`.Artist.set_transform`.
1411

15-
The parameters of ``axis.Axis.set_clip_path`` and ``axis.Tick.set_clip_Ppath`` are
12+
The *clippath* parameters of ``axis.Axis.set_clip_path`` and ``axis.Tick.set_clip_path`` are
1613
renamed to *path* consistently with `.Artist.set_clip_path`.
1714

18-
The parameter of ``images.NonUniformImage.set_filternorm`` is renamed to *filternorm*
15+
The *s* parameter of ``images.NonUniformImage.set_filternorm`` is renamed to *filternorm*
1916
consistently with ```_ImageBase.set_filternorm``.
2017

21-
The parameter of ``images.NonUniformImage.set_filterrad`` is renamed to *filterrad*
18+
The *s* parameter of ``images.NonUniformImage.set_filterrad`` is renamed to *filterrad*
2219
consistently with ```_ImageBase.set_filterrad``.

0 commit comments

Comments
 (0)
0