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 0bd9367 commit ebd24ecCopy full SHA for ebd24ec
1 file changed
lib/matplotlib/tests/test_backend_tk.py
@@ -35,7 +35,7 @@ def test_figuremanager_preserves_host_mainloop():
35
success = False
36
def do_plot():
37
plt.figure()
38
- plt.plot([1,2],[3,5])
+ plt.plot([1, 2], [3, 5])
39
plt.close()
40
root.after(0, legitmate_quit)
41
0 commit comments