Hej, I'm fairly new to programming. I need to include some PyPlot Figures onto a Tkinter GUI (using Python 2.6). So far so good, made that work, the only annoying thing is that a mouse over effect is automatically applied in the toolbar, which yields exact coordinates of the mouse position. How can I suppress that function? I only found cookbooks on how to format that output, but I want to completely get rid of it.
Thanks a bunch!