MCPcopy Create free account
hub / github.com/ColdGrub1384/Pyto / _update

Method _update

site-packages/matplotlib/widgets.py:1310–1322  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1308 self._update()
1309
1310 def _update(self):
1311
1312 if self.useblit:
1313 if self.background is not None:
1314 self.canvas.restore_region(self.background)
1315 self.ax.draw_artist(self.linev)
1316 self.ax.draw_artist(self.lineh)
1317 self.canvas.blit(self.ax.bbox)
1318 else:
1319
1320 self.canvas.draw_idle()
1321
1322 return False
1323
1324
1325class MultiCursor(Widget):

Callers 1

onmoveMethod · 0.95

Calls 4

restore_regionMethod · 0.45
draw_artistMethod · 0.45
blitMethod · 0.45
draw_idleMethod · 0.45

Tested by

no test coverage detected