Hi,
2007/6/19, John Hunter <[EMAIL PROTECTED]>:
> * you may want to look at the line editor dialog in backend_gtk.py for
> inspiration. This uses drop down menus for linestyles, color dialog
> boxes to pick colors, etc... I'll paste in the code below
>
> Thanks,
> JDH
>
> class DialogLineprops
Hi,
2007/6/19, Antoine Sirinelli <[EMAIL PROTECTED]>:
> 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 t
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
On 6/19/07, David Tremouilles <[EMAIL PROTECTED]> wrote:
Where can I find the lineprops.glade file ?
It should be in mpl-data but it was removed from svn at some point. I
just tried readding it but svn is not letting me commit. I'll attach
it here
lineprops.glade
Description: Binary data
--
Where can I find the lineprops.glade file ?
Thanks in advance,
David
2007/6/19, John Hunter <[EMAIL PROTECTED]>:
> On 6/19/07, Antoine Sirinelli <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > I have written a small pygtk script to allow dynamic editing of the
> > current graphs. It is useful in inte
On 6/19/07, Antoine Sirinelli <[EMAIL PROTECTED]> wrote:
> 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 t
Very nice and useful script Antoine !
I have never heard about such a script before.
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 m