Re: [Matplotlib-users] asynchronous plots?

2010-09-25 Thread Jouni K . Seppänen
John Salvatier jsalv...@u.washington.edu writes: Is there a way to do asynchronous plots in matplotlib? By asynchronous I mean plots that simply spawn a new process and do not stop the program while the plot is visible? In 2007 Bill Baxter made a package called ezplot that does plots in a

Re: [Matplotlib-users] legend and bbox_to_anchor, and draggable()

2010-09-25 Thread Jouni K . Seppänen
Daniel Hyams dhy...@gmail.com writes: I was playing around with draggable legends, and some strange things started happening (exception down in the depths of beckend_agg.py, accompanied by a long stack trace). To make a long story short, I can reproduce this in the draggable_legend.py

[Matplotlib-users] simpler example of embedding in wx

2010-09-25 Thread C M
I'd like to offer a simplest possible example for embedding in wxPython; significantly simpler and completely pared down compared to either of the two that are shown here: http://www.scipy.org/Matplotlib_figure_in_a_wx_panel but I don't have access to modify the page. Doesn't anyone on the list