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

Method set_zoom

lib/matplotlib/offsetbox.py:1262–1264  ·  view source on GitHub ↗
(self, zoom)

Source from the content-addressed store, hash-verified

1260 return self._data
1261
1262 def set_zoom(self, zoom):
1263 self._zoom = zoom
1264 self.stale = True
1265
1266 def get_zoom(self):
1267 return self._zoom

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected