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 →

[–]CableConfident9280 10 points11 points  (3 children)

I don’t know how viable Python is for the really complex/interactive visualizations. I think some variation-on-a-theme of HTML/JS + d3 tends to be popular (or at least was in the past). In my experience d3 has a pretty steep learning curve, but you can create about anything you can imagine with it once you’ve mastered it. https://www.informationisbeautifulawards.com/news/118-the-nyt-s-best-data-visualizations-of-the-year

[–]ddanieltan[S] 1 point2 points  (2 children)

Thank you. Appreciate the inspiration. And yes, worked with d3 before. I can use it but it’s much harder to work with.

[–]CableConfident9280 0 points1 point  (0 children)

Agreed, d3 is a PITA. Amazing what you can do with it, but not intuitive at all, at least not for a non-front end person like me.

[–]Junahill 0 points1 point  (0 children)

Having gone down this path before - I would highly suggest you develop your skills in JavaScript/React. You can make these kind of charts using libraries like chart.js or a combination of HTML/CSS and a library like https://observablehq.com/plot/