(self, vmin, vmax)
| 283 | return np.deg2rad(self.base()) |
| 284 | |
| 285 | def view_limits(self, vmin, vmax): |
| 286 | vmin, vmax = np.rad2deg((vmin, vmax)) |
| 287 | return np.deg2rad(self.base.view_limits(vmin, vmax)) |
| 288 | |
| 289 | |
| 290 | class ThetaTick(maxis.XTick): |
no outgoing calls
no test coverage detected