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

Method set_data_interval

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

Source from the content-addressed store, hash-verified

252 return np.rad2deg(self._axis.get_data_interval())
253
254 def set_data_interval(self, vmin, vmax):
255 self._axis.set_data_interval(*np.deg2rad((vmin, vmax)))
256
257 def get_tick_space(self):
258 return self._axis.get_tick_space()

Callers 2

test_DateLocatorFunction · 0.45
test_use_localeMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_DateLocatorFunction · 0.36
test_use_localeMethod · 0.36