Python Forum

Full Version: Matplotlib figure not showing cursor coordinates in the figure window
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a figure on my form but, for some reason, it does not show the cursor coordinates.
Does anyone have an idea how to get those in?

Found it: seems that
self.toolbar = NavigationToolbar(self.canvas, self, ())
is
 self.toolbar = NavigationToolbar(self.canvas, self)