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

Method get_transform

lib/matplotlib/scale.py:424–426  ·  view source on GitHub ↗

Return the `.LogTransform` associated with this scale.

(self)

Source from the content-addressed store, hash-verified

422 labelOnlyBase=(self.subs is not None)))
423
424 def get_transform(self):
425 """Return the `.LogTransform` associated with this scale."""
426 return self._transform
427
428 def limit_range_for_scale(self, vmin, vmax, minpos):
429 """Limit the domain to positive values."""

Callers 1

test_scale_deepcopyFunction · 0.95

Calls

no outgoing calls

Tested by 1

test_scale_deepcopyFunction · 0.76