Re: [Matplotlib-users] autoscale question

2007-08-23 Thread Fabrice Silva
Le Wed, 22 Aug 2007 18:21:40 -0700, Tom Vaughan a écrit: > Why on the YellowDog 3 system would the x-axis show up as 0 - 2.5, and > on the Ubuntu Feisty system would the x-axis show up as 2.2 - 2.4? I am > attempting to resolve an autoscale problem elsewhere, and I must of > screwed something up w

Re: [Matplotlib-users] Newbie matplotlib questions re: pie charts and display

2007-08-23 Thread Alex Pounds
On Tue, Aug 21, 2007 at 01:14:44PM +0100, Alex Pounds wrote: > 4. I need to stick a footnote in the bottom corner of my charts. Can I do > this natively in matplotlib or will I have to do it with a separate library > afterwards? For the sake of others searching the archives, here are the answers I

[Matplotlib-users] Vertical bar - making the bar fixed width

2007-08-23 Thread Alen Ribic
How do I set my vertical bar to be fixed width? Depending on amount of data on my x axis, the bars get created accordingly and the width gets adjusted to fit into the graph. If I have only 2 plots on the x axis then the 2 bars get stretched across the entire graph. Looks very ugly. -Alen

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

2007-08-23 Thread Bryan Cole
> > > > I am but a humble newbie, but why not simply take your figure > > object/reference and Pickle it (see > > http://docs.python.org/lib/module-pickle.html)? > > > > Won't work. Pickling only works for objects that have been designed for > it. Such design is not trivial for extension cod

Re: [Matplotlib-users] stuck after a mpl_connect - how to disconnect and go on

2007-08-23 Thread Angus McMorland
Hi Eric, On 23/08/07, Eric Emsellem <[EMAIL PROTECTED]> wrote: > thanks a lot for this feedback! > > Your example is quite nice indeed. However there is something I may not > have fully understand. > If I use the example you sketch, I of course need to call the displayer > class (right?), by doing

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

2007-08-23 Thread Eric Firing
Alex Pounds wrote: > On Thu, August 23, 2007 5:33 pm, David Tremouilles wrote: >> 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.load

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

2007-08-23 Thread John Hunter
On 8/23/07, Alex Pounds <[EMAIL PROTECTED]> wrote: > On Thu, August 23, 2007 5:33 pm, David Tremouilles wrote: > > 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

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

2007-08-23 Thread Alex Pounds
On Thu, August 23, 2007 5:33 pm, David Tremouilles wrote: > 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") usin

[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] stuck after a mpl_connect - how to disconnect and go on

2007-08-23 Thread Eric Emsellem
Hi thanks a lot for this feedback! Your example is quite nice indeed. However there is something I may not have fully understand. If I use the example you sketch, I of course need to call the displayer class (right?), by doing something like: test = displayer() However, then I hit the same prob