SaveFig bug in TkAgg backend

Hello. I've encoutered a similar problem (I tried to add a menu to the Matplotlib window), but I managed to do a workaround. Instead of adding Tk widgets to existing window, I created a Tk instance and integrated all buttons and menus in it, and only after that I embedded a Matplotlib plot into it, as shown in example embedding_in_tk2.py.

If you get a chance to try and port these fixes to backend_tkagg and
submit a patch, we would be much obliged.

Thanks,
JDH

ยทยทยท

On 6/14/07, Rutkov Denis <dendron2000@...526...> wrote:

Hello. I've encoutered a similar problem (I tried to add a menu to the Matplotlib window), but I managed to do a workaround. Instead of adding Tk widgets to existing window, I created a Tk instance and integrated all buttons and menus in it, and only after that I embedded a Matplotlib plot into it, as shown in example embedding_in_tk2.py.