Alan,
    It would be nice to be able to plot and show, get feedback from the user 
(perhaps using tkinter), and then update the plot on the screen, causing you 
to have to use show twice (pylab.Draw()doesn't seem to work the way I'm 
trying to use it -- with basemaps -- ie. to get the user to see an 
intermediate map.)
  Any hints or examples showing how to use "draw" properly with basemaps?  
(The links you sent said "draw" should work.)  The funny thing is that when 
I look at anim.py it says:
# turn interactive mode on for dynamic updates.  If you aren't in
# interactive mode, you'll need to use a GUI event handler/timer.
  but how would one use a GUI event handler/timer?
Regards,
Kurt


Date: Wed, 2 Apr 2008 10:44:43 -0400
From: Alan Isaac <[EMAIL PROTECTED]>
Subject: Re: [Matplotlib-users] Backend Control
To: matplotlib-users@lists.sourceforge.net
Message-ID:
        <[EMAIL PROTECTED]>
Content-Type: TEXT/PLAIN; CHARSET=US-ASCII

On Wed, 2 Apr 2008, Wolfgang Kerzendorf wrote:
 > If I plot something with pylab.plot and then
 > pylab.show the first time.

http://matplotlib.sourceforge.net/faq.html#SHOW

http://matplotlib.sourceforge.net/faq.html#OO

hth,
Alan Isaac



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to