From: Andreas R. <and...@tu...> - 2011-03-29 13:50:07
|
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. Unfortunately pickle does not handle the pyplot object and gives me an error. Anyone knows a solution? All the best Aki |