On Mon, Jun 28, 2010 at 11:31 AM, Jim Vickroy <jim.vick...@noaa.gov> wrote:
> Carlos Grohmann wrote:
>
> I've been searching but coudn't find any example on how to add a
> progress bar to a wxpython+matplotlib app.
> I'd like my app to show a progress bar while some gridding and
> contouring are being done.

Or, if you don't want a separate dialog popping up, just use
wx.Gauge--it is a progress bar, and you can choose to put it near
(maybe under) your plot in the layout.

Che

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to