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

Method set_theta1

lib/matplotlib/patches.py:1397–1400  ·  view source on GitHub ↗
(self, theta1)

Source from the content-addressed store, hash-verified

1395 self.stale = True
1396
1397 def set_theta1(self, theta1):
1398 self._path = None
1399 self.theta1 = theta1
1400 self.stale = True
1401
1402 def set_theta2(self, theta2):
1403 self._path = None

Callers 1

drawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected