I am getting a problem with my matplotlib library on MacOS High Sierra.
- matplotlib-2.2.2
- python 2.7.14
Here is my super simple code.
plt.ion()
plt.plot(x,y)
plt.show()
The python symbol appears on the dash board but the window cannot be found anywhere.
if I don't use ion() I can get one plot at a time.
