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

Method draw

lib/matplotlib/lines.py:1564–1566  ·  view source on GitHub ↗
(self, renderer)

Source from the content-addressed store, hash-verified

1562 + ax.transLimits + ax.transAxes)
1563
1564 def draw(self, renderer):
1565 self._transformed_path = None # Force regen.
1566 super().draw(renderer)
1567
1568 def get_xy1(self):
1569 """Return the *xy1* value of the line."""

Callers

nothing calls this directly

Calls 1

drawMethod · 0.45

Tested by

no test coverage detected