Re: [Matplotlib-users] matplotlib on mac os x question

2009-08-26 Thread Russell E. Owen
A few things: - What python and matplotlib are you using? I recommend Mac Python from python.org (use the binary installer) and the Mac binary installer for matplotlib. - Note that matplotlib 0.99.0 is current. I suggest you upgrade. - If you are using TkAgg (as seems likely), I'm not sure how

Re: [Matplotlib-users] matplotlib on mac os x question

2009-08-18 Thread Florian Leitner
Hi Walid, I'm new to mpl, too, but I just installed it on OSX and first had that problem, too. I solved it because I did not have libpng/ libjpeg installed, for which a pkg installer for OSX is available here: http://ethan.tira-thompson.org/Mac_OS_X_Ports.html Hope this solves your problem, t

[Matplotlib-users] matplotlib on mac os x question

2009-08-17 Thread Walid Majid
Hi, I am new to matplotlib and having trouble running a simple example, which I found on one of the tutorial pages: import matplotlib.pyplot as plt plt.plot([1,2,3]) plt.ylabel('some numbers') plt.show() The problem I encounter is that no plot actually shows up when I run the above sequence on