I am trying to get matplotlib to work on my laptop
Windows 7, i3 processor,
I have installed python 2.7
I have also installed matplotlib using the windows binary installer from Source forge download.
I have also downloaded numpy 1.6.1 and run the setup program.
In my Matplotlibrc file and changed the "Interactiv e : True"
But when I open the python 2.7 (command line) and type in the following I get the following output.
does anyone have the step by step instruction on how to install and run the software?
--------------------------------------------------
>>> import matplotlib (
Traceback (most recent call last):
File "<pyshell#1 >", line 1, in <module>
import matplotlib
File "C:\Python27\li b\site-packages\matplo tlib\__init__.p y", line 133, in <module>
from matplotlib.rcse tup import (defaultParams,
File "C:\Python27\li b\site-packages\matplo tlib\rcsetup.py ", line 19, in <module>
from matplotlib.colo rs import is_color_like
File "C:\Python27\li b\site-packages\matplo tlib\colors.py" , line 52, in <module>
import numpy as np
ImportError: No module named numpy
---------------------------------------------------------
Windows 7, i3 processor,
I have installed python 2.7
I have also installed matplotlib using the windows binary installer from Source forge download.
I have also downloaded numpy 1.6.1 and run the setup program.
In my Matplotlibrc file and changed the "Interactiv e : True"
But when I open the python 2.7 (command line) and type in the following I get the following output.
does anyone have the step by step instruction on how to install and run the software?
--------------------------------------------------
>>> import matplotlib (
Traceback (most recent call last):
File "<pyshell#1 >", line 1, in <module>
import matplotlib
File "C:\Python27\li b\site-packages\matplo tlib\__init__.p y", line 133, in <module>
from matplotlib.rcse tup import (defaultParams,
File "C:\Python27\li b\site-packages\matplo tlib\rcsetup.py ", line 19, in <module>
from matplotlib.colo rs import is_color_like
File "C:\Python27\li b\site-packages\matplo tlib\colors.py" , line 52, in <module>
import numpy as np
ImportError: No module named numpy
---------------------------------------------------------
Comment