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

Method _get_view

lib/matplotlib/colorbar.py:1326–1329  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1324 return self.ax.yaxis
1325
1326 def _get_view(self):
1327 # docstring inherited
1328 # An interactive view for a colorbar is the norm's vmin/vmax
1329 return self.norm.vmin, self.norm.vmax
1330
1331 def _set_view(self, view):
1332 # docstring inherited

Callers 6

push_currentMethod · 0.45
update_home_viewsMethod · 0.45
_pressMethod · 0.45
_blit_drawMethod · 0.45
_blit_clearMethod · 0.45
push_currentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected