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

Method view_limits

lib/matplotlib/projections/polar.py:285–287  ·  view source on GitHub ↗
(self, vmin, vmax)

Source from the content-addressed store, hash-verified

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
290class ThetaTick(maxis.XTick):

Callers 2

view_limitsMethod · 0.45
handle_single_axisMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected