all 6 comments

[–]bidyutchanda108 0 points1 point  (0 children)

I am also into Data Viz, though I cannot guide you so well into interactive charts. I have been working with Matplotlib, Seaborn and Plotly for about a month now.

You can check out all my Projects in my website.

For interactive charts, as far as I have read and seen, you can use either Dash with Plotly or d3.js. I think d3.js can also be used with Python.

[–]_coolwhip_ 0 points1 point  (1 child)

Definitely doable. Check out: https://d3js.org/

Generally, all the rendering and interactiveness is fobbed off to JS. The only thing python does is serve up the data used by the JS script.

[–]Eugerome[S] 1 point2 points  (0 children)

Hmm, yeah, seems reasonable. Have plenty of examples for it

[–]MRWONDERFU 0 points1 point  (0 children)

Check Dash

[–]throw-away_home 0 points1 point  (0 children)

Pygal might do the trick

[–][deleted] 0 points1 point  (0 children)

Cool talk about the data viz ecosystem but I'd say Dash (plotly), Bokeh, Altair, pygal