MCPcopy
hub / github.com/mne-tools/mne-python / update_plot

Method update_plot

mne/viz/backends/_abstract.py:1409–1413  ·  view source on GitHub ↗

Update the plot.

(self)

Source from the content-addressed store, hash-verified

1407 return line
1408
1409 def update_plot(self):
1410 """Update the plot."""
1411 with warnings.catch_warnings(record=True):
1412 warnings.filterwarnings("ignore", "constrained_layout")
1413 self.canvas.draw()
1414
1415 def set_color(self, bg_color, fg_color):
1416 """Set the widget colors."""

Callers 8

plotMethod · 0.95
plot_time_lineMethod · 0.95
update_plotMethod · 0.45
_set_label_modeMethod · 0.45
_remove_label_glyphMethod · 0.45
_remove_vertex_glyphMethod · 0.45
plot_time_lineMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected