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

Method get_xy2

lib/matplotlib/lines.py:1572–1574  ·  view source on GitHub ↗

Return the *xy2* value of the line.

(self)

Source from the content-addressed store, hash-verified

1570 return self._xy1
1571
1572 def get_xy2(self):
1573 """Return the *xy2* value of the line."""
1574 return self._xy2
1575
1576 def get_slope(self):
1577 """Return the *slope* value of the line."""

Callers 1

test_axline_settersFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_axline_settersFunction · 0.64