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

Method get_matrix

lib/matplotlib/transforms.py:1633–1635  ·  view source on GitHub ↗

Get the matrix for the affine part of this transform.

(self)

Source from the content-addressed store, hash-verified

1631 return IdentityTransform()
1632
1633 def get_matrix(self):
1634 """Get the matrix for the affine part of this transform."""
1635 return self.get_affine().get_matrix()
1636
1637 def transform_point(self, point):
1638 """

Callers

nothing calls this directly

Calls 2

get_affineMethod · 0.95
get_matrixMethod · 0.45

Tested by

no test coverage detected