OK I see... nothing straightforward...
Best way for me is maybe to implement such a system myself:
The system would collect the information to be saved by kind of
introspection of the figure.
I'm planning to save data and plot properties in an hdf5 file. Kind of
inverted process will be used to re
Hello,
I would like to save a matplotlib figure (data, title and axes label,
plot properties, ...) to load it later on for modification. Something
like figure.savelall("file.matplot") and later on do a
figure.loadall("file.matplot") using an empty figure.
Did somebody already implement such a
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
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
you will find a full working example.
David
2007/6/6, David Tremouilles <[EMAIL PROTECTED]>:
Hi,
Back with same problem when embedding in gtk.
I would like to enable the key pressed event (key '1' '2' 'a' 'g' .. )
of NavigationToolbar2 in my pyGT
Hi,
Back with same problem when embedding in gtk.
I would like to enable the key pressed event (key '1' '2' 'a' 'g' .. )
of NavigationToolbar2 in my pyGTK app.
(These keys shortcut are described here: (or see PS of this email)
http://sourceforge.net/tracker/index.php?func=detail&aid=1432252&
Hi,
I would like to add another annoying aspect of the "digits in the GUI":
When a log axis is used the displayed numbers looks like 10^-8.23
which is definitely not human readable.
Do somebody know a quick fix to obtain something like 5.89e-9 or 5.89x10^-9 ?
Thanks,
David
Note: same problem applied for sharex...
2006/11/24, David TREMOUILLES <[EMAIL PROTECTED]>:
Well... deleting the first is not a solution for me
My app use pan/zoom tool for manual adjustment of the plot.
if I put the line you proposed at the end of my code, the x upper labels
a
Hi all, I would like to enable the key pressed event (key '1' '2' 'a' 'g' .. ) of NavigationToolbar2 in my pyGTK app.(These keys shortcut are described here:
http://sourceforge.net/tracker/index.php?func=detail&aid=1432252&group_id=80706&atid=560722)The shorcuts work perfectly using pylab. But