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

Method set_theta2

lib/matplotlib/patches.py:1402–1405  ·  view source on GitHub ↗
(self, theta2)

Source from the content-addressed store, hash-verified

1400 self.stale = True
1401
1402 def set_theta2(self, theta2):
1403 self._path = None
1404 self.theta2 = theta2
1405 self.stale = True
1406
1407 def set_width(self, width):
1408 self._path = None

Callers 1

drawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected