Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ get_view_interval
Method
get_view_interval
lib/matplotlib/projections/polar.py:242–243 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
240
self._axis = axis
241
242
def
get_view_interval(self):
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)))
Callers
2
__call__
Method · 0.45
__call__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected