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

Method get_offset

lib/matplotlib/offsetbox.py:792–794  ·  view source on GitHub ↗

Return offset of the container.

(self)

Source from the content-addressed store, hash-verified

790 self.stale = True
791
792 def get_offset(self):
793 """Return offset of the container."""
794 return self._offset
795
796 def get_bbox(self, renderer):
797 _, h_, d_ = mtext._get_text_metrics_with_cache(

Callers 2

drawMethod · 0.45
save_offsetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected