Open staalhandsken opened 6 years ago
Hi thanks - are you using Windows?
Oh yes. Im using windows 10 with python 3.5
Does the minimal example below work for you?
import matplotlib.pyplot as plt
plt.plot([1, 2, 3, 4])
plt.ylabel('some numbers')
plt.show()
source: https://matplotlib.org/tutorials/introductory/pyplot.html
yes this works.
I see - I was assuming a different Windows-specific error... will try to reproduce it in a Win10 VM.
I just tried it in a clean Win10 VM, it works for me but considering that the minimal sample is working for you there might a bug somewhere.. just not sure where exactly.
Hi Great script! everything works except for plotting. I dont know if it a script or pyhton error but i cannot import matplotlib.pyplot . Matplotlib imports fine
Did you ever have this issue ?
Thx