Re: [Matplotlib-users] Looking for a way to save a graph

2007-08-24 Thread David Tremouilles
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

[Matplotlib-users] Looking for a way to save a graph

2007-08-23 Thread David Tremouilles
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

Re: [Matplotlib-users] Graphic properties editing

2007-06-19 Thread David Tremouilles
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

Re: [Matplotlib-users] Graphic properties editing

2007-06-19 Thread David Tremouilles
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

Re: [Matplotlib-users] (solved) When matplotlib is embeded in a pyGTK application, how to make the NavigationToolbar2 key ('1' '2' 'a' 'g' ..) working??

2007-06-13 Thread David Tremouilles
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

[Matplotlib-users] When matplotlib is embeded in a pyGTK application, how to make the NavigationToolbar2 key ('1' '2' 'a' 'g' ..) working??

2007-06-06 Thread David Tremouilles
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&

Re: [Matplotlib-users] display GUI scientific notation

2007-02-21 Thread David Tremouilles
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

Re: [Matplotlib-users] How can I avoid sharey tick ovelap?

2006-11-24 Thread David TREMOUILLES
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

[Matplotlib-users] When matplotlib is embeded in a pyGTK application, how to make the NavigationToolbar2 key ('1' '2' 'a' 'g' ..) working??

2006-07-28 Thread David TREMOUILLES
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