Jeremy Lewi wrote:
> I would like to use matplotlib to incorporate plots into my fltk
> application.
> The key point is that I
> want to display the figure in a non-blocking way so that control can
> return to my fltk application while the figure is still being displayed.
> To prototype this I h
I would like to use matplotlib to incorporate plots into my fltk
application. I would like to do this by writing a python function to
create the appropriate graphic using matplotlib. When I want to update
the figure, I want to call an update function written by me in python
which computes the new