Re: [Matplotlib-users] Move the content of a figure into a subplot of this figure.

2012-03-02 Thread Antoine Sirinelli
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

[Matplotlib-users] draw_event

2012-02-28 Thread Antoine Sirinelli
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

Re: [Matplotlib-users] Graphic properties editing

2007-06-19 Thread Antoine Sirinelli
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

Re: [Matplotlib-users] Graphic properties editing

2007-06-19 Thread Antoine Sirinelli
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

[Matplotlib-users] Graphic properties editing

2007-06-19 Thread Antoine Sirinelli
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