Get the minimum theta limit in degrees.
(self)
| 1037 | self.viewLim.x0 = np.deg2rad(thetamin) |
| 1038 | |
| 1039 | def get_thetamin(self): |
| 1040 | """Get the minimum theta limit in degrees.""" |
| 1041 | return np.rad2deg(self.viewLim.xmin) |
| 1042 | |
| 1043 | def set_thetalim(self, *args, **kwargs): |
| 1044 | r""" |
no outgoing calls