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

Method get_transform

lib/matplotlib/scale.py:215–220  ·  view source on GitHub ↗

Return the transform for linear scaling, which is just the `~matplotlib.transforms.IdentityTransform`.

(self)

Source from the content-addressed store, hash-verified

213 axis.set_minor_locator(NullLocator())
214
215 def get_transform(self):
216 """
217 Return the transform for linear scaling, which is just the
218 `~matplotlib.transforms.IdentityTransform`.
219 """
220 return IdentityTransform()
221
222 def val_in_range(self, val):
223 """

Callers

nothing calls this directly

Calls 1

IdentityTransformClass · 0.90

Tested by

no test coverage detected