Set the maximum theta limit in degrees.
(self, thetamax)
| 1025 | return spines |
| 1026 | |
| 1027 | def set_thetamax(self, thetamax): |
| 1028 | """Set the maximum theta limit in degrees.""" |
| 1029 | self.viewLim.x1 = np.deg2rad(thetamax) |
| 1030 | |
| 1031 | def get_thetamax(self): |
| 1032 | """Return the maximum theta limit in degrees.""" |
no outgoing calls