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

Method get_xy1

lib/matplotlib/lines.py:1568–1570  ·  view source on GitHub ↗

Return the *xy1* value of the line.

(self)

Source from the content-addressed store, hash-verified

1566 super().draw(renderer)
1567
1568 def get_xy1(self):
1569 """Return the *xy1* value of the line."""
1570 return self._xy1
1571
1572 def get_xy2(self):
1573 """Return the *xy2* value of the line."""

Callers 1

test_axline_settersFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_axline_settersFunction · 0.64