DEV Community

Discussion on: What's your favorite chart framework/library and why? Do you use more than one?

Collapse
 
walker profile image
Walker Harrison

in R, you're fooling yourself if you're not using ggplot -- all hail Hadley Wickham, our benevolent overlord! In Python, I haven't yet settled on a favorite tool. Recently I used matplotlib but it's a little clunky/verbose, so happy to hear others' recommendations.

Collapse
 
danielsarmiento profile image
Daniel

Python: I used to work with matplotlib for academics, i.e., nothing fancy. Now I prefer Plotly.

JavaScript: Using more ChartJS than D3 right now.