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

Method get_path

lib/matplotlib/patches.py:1764–1766  ·  view source on GitHub ↗

Return the path of the ellipse.

(self)

Source from the content-addressed store, hash-verified

1762 .translate(*center)
1763
1764 def get_path(self):
1765 """Return the path of the ellipse."""
1766 return self._path
1767
1768 def get_patch_transform(self):
1769 self._recompute_transform()

Callers 2

test_contains_pointFunction · 0.95
test_contains_pointsFunction · 0.95

Calls

no outgoing calls

Tested by 2

test_contains_pointFunction · 0.76
test_contains_pointsFunction · 0.76