From: Anton A. <ant...@gm...> - 2012-08-01 15:56:13
|
To give a little bit more context, I want to implement a function which attaches a figure constructed via OO interface to pyplot. It seems that the only way to do so now is to go over all the backends, modify new_figure_manager to accept a figure argument, detect the backend used by pyplot, and use the modified new_figure_manager. |