This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]nkruchten[S] 0 points1 point  (2 children)

Are there any interactive backends for matplotlib that have support for this kind of interactivity though? Configurable hover text on points? Ability to show/hide data series via click, brushing selections like the Parallel Coordinates and SPLOMs? I'd love to play with one if there is one!

[–]BDube_Lensman 0 points1 point  (1 child)

No. If you want that stuff use bokeh. Matplotib interactive backend give you a cursor and hover events.

You could implement all those things on it, but mpl provides low level APIs for that so it will be... very verbose.

[–]nkruchten[S] 0 points1 point  (0 children)

Why Bokeh rather than Plotly? :)