import matplotlib.pyplot as plt
plt.figure()
plt.show()
...crickets. The interpreter hangs and I can't seem to interrupt it.
This is with Python 2.7.9 and Anaconda 2.2.0 (x86_64) on OSX.
Does this happen for anyone else? How can I solve this problem?
Try starting Python using pythonw
instead of python
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With