[Matplotlib-users] Bar graph color

2007-08-23 Thread Lee, Young-Jin
Hey guys, I'm a new guy in here and amazed by the capability Matplotlib has. I have a question for you, which might be a result of my ignorance or the limitation of the current Matplotlib. I'm trying to make a bar chart with hundreds of bars at different x positions with their own y values (so

Re: [Matplotlib-users] Bar graph color

2007-08-23 Thread Eric Firing
Lee, Young-Jin wrote: Hey guys, I’m a new guy in here and amazed by the capability Matplotlib has. I have a question for you, which might be a result of my ignorance or the limitation of the current Matplotlib. I’m trying to make a bar chart with hundreds of bars at different x

Re: [Matplotlib-users] Bar graph color

2007-08-23 Thread Jouni K . Seppänen
Lee, Young-Jin [EMAIL PROTECTED] writes: Then, I realized because each bar is so narrow I can't see the color of the bars but only outside lines (I see the colors by zooming it), which I couldn't find a way to change the color. My question is, is there any way either 1) to get rid of the

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

[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] 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) using an

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) and

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

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