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

Method set_view_interval

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

Source from the content-addressed store, hash-verified

243 return np.rad2deg(self._axis.get_view_interval())
244
245 def set_view_interval(self, vmin, vmax):
246 self._axis.set_view_interval(*np.deg2rad((vmin, vmax)))
247
248 def get_minpos(self):
249 return np.rad2deg(self._axis.get_minpos())

Callers 14

test_yearlocator_pytzFunction · 0.45
_create_year_locatorFunction · 0.45
test_warn_notintervalsFunction · 0.45
test_subsMethod · 0.45
test_extendingMethod · 0.45
test_symmetrizingMethod · 0.45
test_basicMethod · 0.45
test_blankMethod · 0.45

Calls

no outgoing calls

Tested by 14

test_yearlocator_pytzFunction · 0.36
_create_year_locatorFunction · 0.36
test_warn_notintervalsFunction · 0.36
test_subsMethod · 0.36
test_extendingMethod · 0.36
test_symmetrizingMethod · 0.36
test_basicMethod · 0.36
test_blankMethod · 0.36