Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4d8963f

Browse files
committed
DOC Transformations are now documented in the API
1 parent 388a4a0 commit 4d8963f

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

doc/api/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
text_api.rst
5252
ticker_api.rst
5353
tight_layout_api.rst
54+
transformations.rst
5455
tri_api.rst
5556
type1font.rst
5657
units_api.rst

doc/api/transformations.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
==============================
2+
Working with transformations
3+
==============================
4+
5+
.. inheritance-diagram:: matplotlib.transforms matplotlib.path
6+
:parts: 1
7+
8+
:mod:`matplotlib.transforms`
9+
=============================
10+
11+
.. automodule:: matplotlib.transforms
12+
:members: TransformNode, BboxBase, Bbox, TransformedBbox, Transform,
13+
TransformWrapper, AffineBase, Affine2DBase, Affine2D, IdentityTransform,
14+
BlendedGenericTransform, BlendedAffine2D, blended_transform_factory,
15+
CompositeGenericTransform, CompositeAffine2D,
16+
composite_transform_factory, BboxTransform, BboxTransformTo,
17+
BboxTransformFrom, ScaledTranslation, TransformedPath, nonsingular,
18+
interval_contains, interval_contains_open
19+
:show-inheritance:
20+

0 commit comments

Comments
 (0)