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

Function test_redraw_in_frame

lib/matplotlib/tests/test_axes.py:9060–9064  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9058
9059
9060def test_redraw_in_frame():
9061 fig, ax = plt.subplots(1, 1)
9062 ax.plot([1, 2, 3])
9063 fig.canvas.draw()
9064 ax.redraw_in_frame()
9065
9066
9067def test_invisible_axes_events():

Callers

nothing calls this directly

Calls 4

redraw_in_frameMethod · 0.80
subplotsMethod · 0.45
plotMethod · 0.45
drawMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…