[Matplotlib-users] ipython -pylab fails but from pylab import plot works on mac?

2011-02-22 Thread Matthias Wong
Hi all, It's exactly as said. I am using OS 10.6 If I use ipython -pylab and later try to plot anything, the GUI for plotting launches and I just get a beachball. However, if I do ipython and then import plot, I can do a plot with no problem. I did a search but came up with nothing. I have

Re: [Matplotlib-users] ipython -pylab fails but from pylab import plot works on mac?

2011-02-22 Thread Benjamin Root
On Thu, Feb 17, 2011 at 3:56 AM, Matthias Wong arkan...@gmail.com wrote: Hi all, It's exactly as said. I am using OS 10.6 If I use ipython -pylab and later try to plot anything, the GUI for plotting launches and I just get a beachball. However, if I do ipython and then import plot, I can

Re: [Matplotlib-users] ipython -pylab fails but from pylab import plot works on mac?

2011-02-22 Thread Paul Ivanov
Matthias Wong, on 2011-02-17 20:56, wrote: Hi all, It's exactly as said. I am using OS 10.6 If I use ipython -pylab and later try to plot anything, the GUI for plotting launches and I just get a beachball. However, if I do ipython and then import plot, I can do a plot with no