|
1 |
| -*************** |
2 |
| -transformations |
3 |
| -*************** |
4 |
| - |
| 1 | +********** |
| 2 | +transforms |
| 3 | +********** |
5 | 4 | .. inheritance-diagram:: matplotlib.transforms matplotlib.path
|
6 | 5 | :parts: 1
|
7 | 6 |
|
8 | 7 | :mod:`matplotlib.transforms`
|
9 | 8 | =============================
|
10 | 9 |
|
| 10 | +.. currentmodule:: matplotlib.transforms |
| 11 | + |
11 | 12 | .. 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: |
| 13 | + :no-members: |
| 14 | + |
| 15 | +Classes |
| 16 | +------- |
| 17 | + |
| 18 | +.. autosummary:: |
| 19 | + :toctree: _as_gen/ |
| 20 | + :template: autoclass.rst |
| 21 | + :nosignatures: |
| 22 | + |
| 23 | + TransformNode |
| 24 | + BboxBase |
| 25 | + Bbox |
| 26 | + TransformedBbox |
| 27 | + LockableBbox |
| 28 | + Transform |
| 29 | + TransformWrapper |
| 30 | + AffineBase |
| 31 | + Affine2DBase |
| 32 | + Affine2D |
| 33 | + IdentityTransform |
| 34 | + BlendedGenericTransform |
| 35 | + BlendedAffine2D |
| 36 | + CompositeGenericTransform |
| 37 | + CompositeAffine2D |
| 38 | + BboxTransform |
| 39 | + BboxTransformTo |
| 40 | + BboxTransformToMaxOnly |
| 41 | + BboxTransformFrom |
| 42 | + ScaledTranslation |
| 43 | + TransformedPath |
| 44 | + TransformedPatchPath |
| 45 | + |
| 46 | +Functions |
| 47 | +--------- |
| 48 | + |
| 49 | +.. autosummary:: |
| 50 | + :toctree: _as_gen/ |
| 51 | + :template: autosummary.rst |
| 52 | + :nosignatures: |
20 | 53 |
|
| 54 | + blended_transform_factory |
| 55 | + composite_transform_factory |
| 56 | + nonsingular |
| 57 | + interval_contains |
| 58 | + interval_contains_open |
| 59 | + offset_copy |
0 commit comments