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

Method get_datalim

lib/matplotlib/collections.py:2537–2538  ·  view source on GitHub ↗
(self, transData)

Source from the content-addressed store, hash-verified

2535 self.stale = True
2536
2537 def get_datalim(self, transData):
2538 return (self.get_transform() - transData).transform_bbox(self._bbox)
2539
2540 @artist.allow_rasterization
2541 def draw(self, renderer):

Callers

nothing calls this directly

Calls 2

transform_bboxMethod · 0.80
get_transformMethod · 0.45

Tested by

no test coverage detected