Matplotlib 1.0 and Python 2.7

Can I install Matplotlib 1.0 for Python 2.7?
And will it work?
Thanks

Matplotlib 1.0 works well with Python 2.7. However, no official version of NumPy has been released for Python 2.7 yet. NumPy 1.4.1 is not quite compatible with Python 2.7 and numpy 2.0.dev is a moving target. That's why there are no official installers of matplotlib for Python 2.7 yet.

You can try install NumPy 2.0.dev and matplotlib 1.0 from sources as described in <http://www.scipy.org/Installing_SciPy&gt; and <http://matplotlib.sourceforge.net/users/installing.html&gt;\. If you are using Windows, experimental installers for Python 2.7 can be found at <http://www.lfd.uci.edu/~gohlke/pythonlibs/&gt;\.

--Christoph

ยทยทยท

On 7/6/2010 9:40 PM, David Grudoski wrote:

Can I install Matplotlib 1.0 for Python 2.7?
And will it work?
Thanks