|
From: Neal B. <ndb...@gm...> - 2012-07-18 12:07:23
|
One annoyance with mpl in the past is that when running a script, SIGINT would
not kill it (needed to use C-c C-\ instead).
It seems this is now fixed:
Interrupt now gives me:
File "/home/nbecker/.local/lib/python2.7/site-
packages/matplotlib/backends/backend_gtk.py", line 77, in mainloop
gtk.main()
KeyboardInterrupt
|