()
| 9058 | |
| 9059 | |
| 9060 | def 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 | |
| 9067 | def test_invisible_axes_events(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…