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

Method get_window_extent

lib/matplotlib/collections.py:319–322  ·  view source on GitHub ↗
(self, renderer=None)

Source from the content-addressed store, hash-verified

317 return transforms.Bbox.null()
318
319 def get_window_extent(self, renderer=None):
320 # TODO: check to ensure that this does not fail for
321 # cases other than scatter plot legend
322 return self.get_datalim(transforms.IdentityTransform())
323
324 def _prepare_points(self):
325 # Helper for drawing and hit testing.

Callers

nothing calls this directly

Calls 1

get_datalimMethod · 0.95

Tested by

no test coverage detected