Thanks to visit codestin.com Credit goes to github.com
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 f0a7a81 commit 2942a43Copy full SHA for 2942a43
1 file changed
lib/matplotlib/tests/test_backends_interactive.py
@@ -41,6 +41,8 @@ def _get_testable_interactive_backends():
41
from matplotlib import pyplot as plt
42
43
fig = plt.figure()
44
+ax = fig.add_subplot(111)
45
+ax.plot([1,2,3], [1,3,1])
46
fig.canvas.mpl_connect("draw_event", lambda event: sys.exit())
47
plt.show()
48
"""
0 commit comments