Interactive Matplotlib component
Open
feature
plot
- Dominant language
- Python
- Stars
- 4.3k
- Forks
- 371
- Avg merge
- 26d 1h
- Merged PRs (30d)
- 1
Description
via @dulajra
Allow [interactive](https://matplotlib.org/users/interactive.html?highlight=interactive) behavior.
A bit of research: It seems like there is no way for using this kind of interactivity in browser runtime. Even official [docs](https://matplotlib.org/faq/howto_faq.html?highlight=web#clickable-images-for-html) show just basic images.
The only solution seems to be using [this](http://mpld3.github.io/) Matplotlib / D3 mapper as a workaround, but not sure whether appropriate.
cc @lo5 for more light on this.
Contributor guide
Assessment
This issue has not been assessed yet.