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

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -