[Matplotlib-users] saving and reloading plots

2006-08-29 Thread Kenny Ortmann
this could be a very "large" solution depending on the size of your data sets, but you could make a class for your data and then if you make a change to the data just import it into your drawing code and then redraw it. this way if you have more than 1 set of data you are just creating more than o

Re: [Matplotlib-users] saving and reloading plots

2006-08-29 Thread Eric Firing
Benjamin THYREAU wrote: > Hi, > Does someone know of a convenient way to save a plotted figure in order to > reloading it later, possible adding new stuffs to it ? Presently, i keep > pickling my data and cut&pasting my drawing code, by hand. I'm interested if > some of you would have better so

[Matplotlib-users] saving and reloading plots

2006-08-29 Thread Benjamin THYREAU
Hi, Does someone know of a convenient way to save a plotted figure in order to reloading it later, possible adding new stuffs to it ? Presently, i keep pickling my data and cut&pasting my drawing code, by hand. I'm interested if some of you would have better solutions. Thanks -- Benjamin Thyre