Eric Firing writes:
> Try "ipython -pylab". We don't want the threaded version.
>
> Eric
Well, it seems matplotlib svn is required. I got it working after I upgraded
from 1.0 to svn (revision 8624 to be precise) and with Ipython 0.11.alpha1.
Thanks for the tip again, I am a happier man now ;)
On 08/07/2010 11:44 AM, Jorge Scandaliaris wrote:
> Eric Firing writes:
>> Running mpl from svn, with gtkagg backend, on ubuntu, but with ipython
>> 0.11alpha1, I can't reproduce the problem; your example works for me. I
>> suspect the difference is that ipython 0.11 uses a non-threaded
>> intera
Eric Firing writes:
> Running mpl from svn, with gtkagg backend, on ubuntu, but with ipython
> 0.11alpha1, I can't reproduce the problem; your example works for me. I
> suspect the difference is that ipython 0.11 uses a non-threaded
> interactive mode, while 0.10 uses the threaded mode. Is up
Eric Firing writes:
> Running mpl from svn, with gtkagg backend, on ubuntu, but with ipython
> 0.11alpha1, I can't reproduce the problem; your example works for me. I
> suspect the difference is that ipython 0.11 uses a non-threaded
> interactive mode, while 0.10 uses the threaded mode. Is
On 08/05/2010 10:54 PM, Jorge Scandaliaris wrote:
> Hi,
> Looking for a way to analyze a set of images I found waitforbuttonpress, which
> basically does what I need: allows me to display a few plots/scatter/etc for
> as
> long as I need; then when pressing a key move to the next image and redo al
Hi,
Looking for a way to analyze a set of images I found waitforbuttonpress, which
basically does what I need: allows me to display a few plots/scatter/etc for as
long as I need; then when pressing a key move to the next image and redo all
plots/scatter/etc.
Now my problem is that waitforbuttonpre