File: transformations.rst

package info (click to toggle)
matplotlib 2.0.0%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 91,640 kB
  • ctags: 29,525
  • sloc: python: 122,697; cpp: 60,806; ansic: 30,799; objc: 2,830; makefile: 224; sh: 85
file content (20 lines) | stat: -rw-r--r-- 764 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
==============================
 Working with transformations
==============================

.. inheritance-diagram:: matplotlib.transforms matplotlib.path
   :parts: 1

:mod:`matplotlib.transforms`
=============================

.. automodule:: matplotlib.transforms
   :members: TransformNode, BboxBase, Bbox, TransformedBbox, Transform,
       TransformWrapper, AffineBase, Affine2DBase, Affine2D, IdentityTransform,
       BlendedGenericTransform, BlendedAffine2D, blended_transform_factory,
       CompositeGenericTransform, CompositeAffine2D,
       composite_transform_factory, BboxTransform, BboxTransformTo,
       BboxTransformFrom, ScaledTranslation, TransformedPath, nonsingular,
       interval_contains, interval_contains_open
   :show-inheritance: