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

Method set_transform

lib/matplotlib/lines.py:748–752  ·  view source on GitHub ↗
(self, t)

Source from the content-addressed store, hash-verified

746 return self._transformed_path
747
748 def set_transform(self, t):
749 # docstring inherited
750 self._invalidx = True
751 self._invalidy = True
752 super().set_transform(t)
753
754 @allow_rasterization
755 def draw(self, renderer):

Callers 4

create_artistsMethod · 0.95
create_artistsMethod · 0.95
create_artistsMethod · 0.95
create_artistsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected