On Sun, Oct 24, 2010 at 7:49 PM, Richard D. Moores <rdmoo...@gmail.com>wrote:

> f have Python 2.6.4 on my 64-bit Vista computer, with matplotlib
> installed. How can I find what version of matplotlib it is?
>
> Thanks,
>
> Dick Moores
>
>
There must be a backlog of messages in the mailing list, sorry for not
getting to your question sooner.

This is fairly easy, just start up python and enter the following two lines:

import matplotlib as mpl
print mpl.__version__

And there you go!

I hope this helps!
Ben Root
------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to