Re: [Matplotlib-users] Problem with show()

2010-10-06 Thread Benjamin Root
On Wed, Oct 6, 2010 at 3:21 AM, Jorge Scandaliaris wrote: > Jorge Scandaliaris writes: > > > > I was running my example with the -pylab option set in ipython, and > adding a > > call to plt.ion() doesn't change things. I also run gtkagg backend. I > guess I > > have a problem with my installation

Re: [Matplotlib-users] Problem with show()

2010-10-06 Thread Jorge Scandaliaris
Jorge Scandaliaris writes: > > I was running my example with the -pylab option set in ipython, and adding a > call to plt.ion() doesn't change things. I also run gtkagg backend. I guess I > have a problem with my installation of matplotlib, unless this is something > that changed after mpl-1.0.

Re: [Matplotlib-users] Problem with show()

2010-10-05 Thread Jorge Scandaliaris
Eric Firing writes: > > For this to work, you need to be in matplotlib's interactive mode, > either by running ipython with the -pylab option, or by calling > plt.ion() before your call to show(). In either of these cases, your > example code works for me with ipython from git, mpl from svn, a

Re: [Matplotlib-users] Problem with show()

2010-10-05 Thread Eric Firing
On 10/05/2010 01:00 PM, Jorge Scandaliaris wrote: > Hi, > Today I tried to run some code in my new notebook, but I only got blank > figures > and high CPU usage as a result. This code did run on my previous laptop. I can > reproduce this behavior with the following code at the bottom of this messa

[Matplotlib-users] Problem with show()

2010-10-05 Thread Jorge Scandaliaris
Hi, Today I tried to run some code in my new notebook, but I only got blank figures and high CPU usage as a result. This code did run on my previous laptop. I can reproduce this behavior with the following code at the bottom of this message. The backtrace (also at the bottom this message) points to

Re: [Matplotlib-users] problem with show()

2007-02-05 Thread Russell E. Owen
In article <[EMAIL PROTECTED]>, Chiara Caronna <[EMAIL PROTECTED]> wrote: > I, > I have a problem with showing plot. When I run this code: > > figure(1) > semilogx(data[:,0],data[:,1]) > savefig('try.png') > show() > > > It save the plot properly, but it doesn't show it. I tried to run it > wi

[Matplotlib-users] problem with show()

2007-02-05 Thread Chiara Caronna
I, I have a problem with showing plot. When I run this code: figure(1) semilogx(data[:,0],data[:,1]) savefig('try.png') show() It save the plot properly, but it doesn't show it. I tried to run it with "--verbose-helpful" and this is the output: matplotlib data path /usr/local/lib/python2.4/sit