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.

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to