From: Friedrich R. <fri...@gm...> - 2010-06-01 19:35:07
|
> That's doing it, thought there might be an internal way within matplotlib, > but I could figure one. I think you can use the agg backend and the corresponding Canvas'es method canvas.tostring_rgb() . Then you can load this in PIL by Image.fromstring. Well, I simply send you my PIL backend. Tell me if it's still working ... Friedrich |