MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / get_affine

Method get_affine

lib/matplotlib/transforms.py:1629–1631  ·  view source on GitHub ↗

Get the affine part of this transform.

(self)

Source from the content-addressed store, hash-verified

1627 return Bbox(self.transform(bbox.get_points()))
1628
1629 def get_affine(self):
1630 """Get the affine part of this transform."""
1631 return IdentityTransform()
1632
1633 def get_matrix(self):
1634 """Get the matrix for the affine part of this transform."""

Callers 14

__array__Method · 0.95
transform_affineMethod · 0.95
get_matrixMethod · 0.95
transform_path_affineMethod · 0.95
drawMethod · 0.45
get_affineMethod · 0.45
get_affineMethod · 0.45
get_affineMethod · 0.45
drawMethod · 0.45
get_datalimMethod · 0.45
_prepare_pointsMethod · 0.45
_set_transformsMethod · 0.45

Calls 1

IdentityTransformClass · 0.85

Tested by 1