We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The tail charts are static bitmaps, which makes it difficult to visually inspect fine-grained changes in the selection.
It seems like there may be ways to make the charts interactive, such as getting tooltips when hovering over points, highlighting selected series, etc.
https://matplotlib.org/3.1.1/users/navigation_toolbar.html
https://stackoverflow.com/questions/7908636/how-to-add-hovering-annotations-to-a-plot
https://stackoverflow.com/questions/43114508/can-a-pyqt-embedded-matplotlib-graph-be-interactive
The text was updated successfully, but these errors were encountered:
genedan
No branches or pull requests
The tail charts are static bitmaps, which makes it difficult to visually inspect fine-grained changes in the selection.
It seems like there may be ways to make the charts interactive, such as getting tooltips when hovering over points, highlighting selected series, etc.
https://matplotlib.org/3.1.1/users/navigation_toolbar.html
https://stackoverflow.com/questions/7908636/how-to-add-hovering-annotations-to-a-plot
https://stackoverflow.com/questions/43114508/can-a-pyqt-embedded-matplotlib-graph-be-interactive
The text was updated successfully, but these errors were encountered: