8000 DOC Transformations are now documented in the API · matplotlib/matplotlib@4d8963f · GitHub
[go: up one dir, main page]

Skip to content
Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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)
0