Hi,
you should be able to do so. In the past, I had written a small GUI that
had the ability to copy Line2D, images and text elements from an axe to
any other axes (even on different figure). This was integrated into GUI
used to change the line properties. It is a bit old and dirty but you
can fin
Hi,
I have been using the event "draw_event" for a while with the old matplotlib
0.8. I have tested my program with newer versions but it seems the function
connected to "draw_event" is never called.
You can find an example of this there: https://gist.github.com/1901504
With an old version the
On Tue, Jun 19, 2007 at 02:12:28PM +0200, David Tremouilles wrote:
> Pyplotsuite is another pygtk project using matplotlib.
> It is developed by Antonino Ingargiola.
> http://pyplotsuite.sourceforge.net/
> Could be maybe interesting to join the effort on providing nice pygtk
> tools for matplotlib
On Tue, Jun 19, 2007 at 08:46:17AM -0500, John Hunter wrote:
> * you may want to use a gtk.Table for your label/entry pairs in your
> dialog editor. Everything will line up much more nicely
It was on my TODO list. Now it's done.
> * you should not explicitly require pygtk 2.0. Noone is using py
Hi,
I have written a small pygtk script to allow dynamic editing of the
current graphs. It is useful in interactive use of matplotlib. It can
handle figures, axes, text, images, lines properties. You can copy lines
from one axes to an other one or delete elements. Finally you can save
the data in