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

Method save_offset

lib/matplotlib/offsetbox.py:1682–1684  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1680 self.annotation = annotation
1681
1682 def save_offset(self):
1683 ann = self.annotation
1684 self.ox, self.oy = ann.get_transform().transform(ann.xyann)
1685
1686 def update_offset(self, dx, dy):
1687 ann = self.annotation

Callers

nothing calls this directly

Calls 2

transformMethod · 0.45
get_transformMethod · 0.45

Tested by

no test coverage detected