Python Forum
[PyQt] Matplotlib figure not showing cursor coordinates in the figure window - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: GUI (https://python-forum.io/forum-10.html)
+--- Thread: [PyQt] Matplotlib figure not showing cursor coordinates in the figure window (/thread-25311.html)



Matplotlib figure not showing cursor coordinates in the figure window - mart79 - Mar-26-2020

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)