Can someone recomend a way to save the data in such a way that the columns (or rows) are labeled? In otherwords, it would be nice to be able to open the saved data and know what each row is without having to refer to the script that created it. (referring to the creating script feels error prone when you have many rows of data being saved). I'm currently using the 'pylab.save' function to save the data.
Thanks, --Jordan Eric Firing wrote: > Jordan Atlas wrote: > >> Is it possible to 'save' a matplotlib figure object using >> something like the python pickle module? Basically, I'd like to save >> the 'figure' as a file so that I can open it and manipulate it if >> something is wrong. Alternative suggestions are welcome. >> > No, this has been requested before but it is not an easy modification > of mpl to make. The alternative suggestion is to always encapsulate > the making of a figure in a script, and then save the script and the > data. If you want to save the combination in a single file, then > arrange for the script and data to reside in a single subdirectory, > and zip or tar that subdirectory. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users