I want to use matplotlib.pyplot module on Idle 3.4 "Python" -


enter image description here

i want use plt.plot(x,y) , plt.show().

when use 'idle.exe', can use matplotlib.pyplot , numpy.

however, when use 'idle (python 3.4 gui - 32 bit)', cannot use matplotlib.pyplot , numpy.

i managed solve problem of numpy module, couldn't matplotlib...

for reference, os windows 8.1.

your error requires module dateutil seen in output.

just run in command line,pip install dateutil

or if doesn't work, pip install python-dateutil


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -