Re: [Matplotlib-users] Save or pickle pyplot object

2011-05-06 Thread Andreas Reisinger
Hi Ben, Thanks anyway for your answer! Aki Benjamin Root wrote: > > > On Tue, Mar 29, 2011 at 8:35 AM, Andreas Reisinger > mailto:[email protected]>> > wrote: > > Hi! > > I would like to save a pyplot object as it is, including axes, lines, > text, etc. into a file

Re: [Matplotlib-users] Save or pickle pyplot object

2011-05-05 Thread Benjamin Root
On Tue, Mar 29, 2011 at 8:35 AM, Andreas Reisinger < [email protected]> wrote: > Hi! > > I would like to save a pyplot object as it is, including axes, lines, > text, etc. into a file. > When opening it again, I want to be able to add additional axes, lines > and so on. > > Unfortun