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

Method __init__

lib/matplotlib/offsetbox.py:843–849  ·  view source on GitHub ↗
(self, aux_transform)

Source from the content-addressed store, hash-verified

841 transformed coordinate.
842 """
843 def __init__(self, aux_transform):
844 self.aux_transform = aux_transform
845 super().__init__()
846 self.offset_transform = mtransforms.Affine2D()
847 # ref_offset_transform makes offset_transform always relative to the
848 # lower-left corner of the bbox of its children.
849 self.ref_offset_transform = mtransforms.Affine2D()
850
851 def add_artist(self, a):
852 """Add an `.Artist` to the container box."""

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected