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
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.
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
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
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
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
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