开发者

How to copy matplotlib figure?

开发者 https://www.devze.com 2022-12-24 11:16 出处:网络
I have FigureCanvasWxAgg instance with a figure displayed on a frame. If user clicks on the canvas another frame with a new FigureCanvasWxAgg containing the same figure will be shown. By now closing t

I have FigureCanvasWxAgg instance with a figure displayed on a frame. If user clicks on the canvas another frame with a new FigureCanvasWxAgg containing the same figure will be shown. By now closing the new frame can result in destroying the C++ part of the figure so that it won't be available for the first frame.

How can I save the figure? Python deepcopy from copy开发者_StackOverflow中文版 module does't work in this case.

Thanks in advance.


I'm not familiar with the inner workings, but could easily imagine how disposing of a frame damages the figure data. Is it expensive to draw? Otherwise I'd take the somewhat chickenish approach of simply redrawing it ;)

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号