MCPcopy Create free account
hub / github.com/vispy/vispy / update

Method update

vispy/visuals/visual.py:263–265  ·  view source on GitHub ↗

Update the Visual

(self)

Source from the content-addressed store, hash-verified

261 self._vshare.bounds.clear()
262
263 def update(self):
264 """Update the Visual"""
265 self.events.update()
266
267 def _transform_changed(self, event=None):
268 self.update()

Callers 15

visibleMethod · 0.95
_transform_changedMethod · 0.95
_updateMethod · 0.45
levelsMethod · 0.45
colorMethod · 0.45
set_dataMethod · 0.45
roll_dataMethod · 0.45
set_dataMethod · 0.45
set_dataMethod · 0.45
climMethod · 0.45
cmapMethod · 0.45
gammaMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected