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

Method get_slope

lib/matplotlib/lines.py:1576–1578  ·  view source on GitHub ↗

Return the *slope* value of the line.

(self)

Source from the content-addressed store, hash-verified

1574 return self._xy2
1575
1576 def get_slope(self):
1577 """Return the *slope* value of the line."""
1578 return self._slope
1579
1580 def set_xy1(self, *args, **kwargs):
1581 """

Callers 1

test_axline_settersFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_axline_settersFunction · 0.64