We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3f3687 commit 0dd1e7eCopy full SHA for 0dd1e7e
lib/matplotlib/tests/test_backend_gtk3.py
@@ -51,7 +51,9 @@ def test_fig_close():
51
fig = plt.figure()
52
53
# simulate user pressing the close shortcut
54
- simulate_key_press(fig.canvas, 'w', ['ctrl'])
+ #simulate_key_press(fig.canvas, 'w', ['ctrl'])
55
+
56
+ plt.show()
57
58
# assert that we have removed the reference to the FigureManager
59
# that got added by plt.figure()
0 commit comments