Return the maximum theta limit in degrees.
(self)
| 1029 | self.viewLim.x1 = np.deg2rad(thetamax) |
| 1030 | |
| 1031 | def get_thetamax(self): |
| 1032 | """Return the maximum theta limit in degrees.""" |
| 1033 | return np.rad2deg(self.viewLim.xmax) |
| 1034 | |
| 1035 | def set_thetamin(self, thetamin): |
| 1036 | """Set the minimum theta limit in degrees.""" |
no outgoing calls