Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: "default data point popups" #4344

Closed
jondo opened this issue Apr 16, 2015 · 4 comments
Closed

Feature: "default data point popups" #4344

jondo opened this issue Apr 16, 2015 · 4 comments

Comments

@jondo
Copy link

jondo commented Apr 16, 2015

Interactive (pan- and zoomable) plots (as e.g. in WinPython, which uses a Qt backend) should by default show a coordinate popup, when a data point is hovered, as e.g. in LibreOffice or Matlab.

Currently, this has to be manually programmed for each plot, e.g. by combining this and this method.

@jondo jondo changed the title Feature: "default popups" Feature: "default data point popups" Apr 16, 2015
@tacaswell tacaswell added this to the unassigned milestone Apr 16, 2015
@tacaswell
Copy link
Member

We has historically left such customization/specialization to downstream projects. You should have a look at mpldatacursor (https://github.com/joferkington/mpldatacursor by @joferkington) which I think does what you want.

@jondo
Copy link
Author

jondo commented Apr 21, 2015

Thank you! It seems to need Python 3 compatibility, though.

@jondo jondo closed this as completed Apr 21, 2015
@joferkington
Copy link
Contributor

@jondo - mpldatacursor has had python 3 support for quite awhile. The pull request you linked to was broken and had many irrelevant commits, thus I've never merged it. If you run into any python3 vs. python2 issues, please let me know!

@jondo
Copy link
Author

jondo commented Apr 21, 2015

@joferkington - thank you for the explanation, and sorry for the wrong impression I had. I am currently using Python 2.7, anyway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants