[Matplotlib-users] Help running matplotlib on Mac OS X

2006-07-31 Thread João Fonseca
I'm trying to quit Matlab and use python fro my data analysis. I have installed the latest MacPython (universal), wxpython, aggdraw and matplotlib from pythonmac.org. Everything seems to work, apart from matplotlib. Running from ipython: In [1]: from pylab import * In [2]: plot([1,2,3,4]) I

Re: [Matplotlib-users] Help running matplotlib on Mac OS X

2006-07-31 Thread Charlie Moad
On 7/31/06, João Quinta da Fonseca <[EMAIL PROTECTED]> wrote: > I'm trying to quit Matlab and use python fro my data analysis. I have > installed the latest MacPython (universal), wxpython, aggdraw and > matplotlib from pythonmac.org. Everything seems to work, apart from > matplotlib. Running from

Re: [Matplotlib-users] Help running matplotlib on Mac OS X

2006-07-31 Thread John Hunter
> "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

[Matplotlib-users] Help running matplotlib on Mac OS X

2006-07-31 Thread João Quinta da Fonseca
I'm trying to quit Matlab and use python fro my data analysis. I have installed the latest MacPython (universal), wxpython, aggdraw and matplotlib from pythonmac.org. Everything seems to work, apart from matplotlib. Running from ipython: In [1]: from pylab import * In [2]: plot([1,2,3,4]) I