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

Method _set_view

lib/matplotlib/colorbar.py:1331–1334  ·  view source on GitHub ↗
(self, view)

Source from the content-addressed store, hash-verified

1329 return self.norm.vmin, self.norm.vmax
1330
1331 def _set_view(self, view):
1332 # docstring inherited
1333 # An interactive view for a colorbar is the norm's vmin/vmax
1334 self.norm.vmin, self.norm.vmax = view
1335
1336 def _set_view_from_bbox(self, bbox, direction='in',
1337 mode=None, twinx=False, twiny=False):

Callers 2

update_viewMethod · 0.45
_update_viewMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected