I was able to get a combination of some of the other suggestions here working for me, but only while toggling the plt.interactive(False)
to True
and back again.
plt.interactive(True)
plt.pyplot.show()
This will flash up the my plots. Then setting to False
allowed for viewing.
plt.interactive(False)
plt.pyplot.show()
As noted also my program would not exit until all the windows were closed. Here are some details on my current run environment:
Python version 2.7.6
Anaconda 1.9.2 (x86_64)
(default, Jan 10 2014, 11:23:15)
[GCC 4.0.1 (Apple Inc. build 5493)]
Pandas version: 0.13.1