|
From: Rutkov D. <den...@ma...> - 2007-06-14 16:20:19
|
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. |