Re: [matplotlib-devel] File format for plots

2009-02-25 Thread sam tygier
Troels Kofoed Jacobsen wrote: > On Wednesday 25 February 2009 09:35:07 am sam tygier wrote: >> I think this topic has come up before, but i don't think anything has >> resulted from it. >> >> I'd like a way for saving a plot from from matplotlib, so that it can be >> re-rendered later, possibly wit

Re: [matplotlib-devel] plot([], [], drawstyle = 'steps') fails

2009-02-25 Thread Michael Droettboom
This is now fixed in SVN. Thanks for the report. Mike Gregor Thalhammer wrote: > Hi all, > > sorry, only reporting, no bugfix. I just discovered that an empty plot > with drawstyle 'steps', 'steps-pre', 'steps-mid' and 'steps-post' fails. > I am using matplotlib 0.98.5.2. > > Example > > plot(

Re: [matplotlib-devel] File format for plots

2009-02-25 Thread Troels Kofoed Jacobsen
On Wednesday 25 February 2009 09:35:07 am sam tygier wrote: > I think this topic has come up before, but i don't think anything has > resulted from it. > > I'd like a way for saving a plot from from matplotlib, so that it can be > re-rendered later, possibly with a different backend, maybe to a dif

[matplotlib-devel] File format for plots

2009-02-25 Thread sam tygier
I think this topic has come up before, but i don't think anything has resulted from it. I'd like a way for saving a plot from from matplotlib, so that it can be re-rendered later, possibly with a different backend, maybe to a different size, and maybe with changes to the labels. This would sav