>>>>> "João" == João Quinta da Fonseca <[EMAIL PROTECTED]> writes:

    João> I'm trying to quit Matlab and use python fro my data
    João> analysis. I have installed the latest MacPython (universal),
    João> wxpython, aggdraw and matplotlib from
    João> pythonmac.org. Everything seems to work, apart from
    João> matplotlib. Running from ipython:

    João> In [1]: from pylab import * In [2]: plot([1,2,3,4])

Did you launch ipython in pylab mode?

  > ipython -pylab

If so you don't need to import pylab and your figures your should work
as expected.


See http://matplotlib.sf.net/interactive.html for details.

JDH

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to