DEV Community

Daniel
Daniel

Posted on

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

Latest comments (4)

Collapse
 
zerofudge profile image
fudge ツ

For anything Java, Spock for tests and GPars for concurrency. Both originate from the Groovy ecosystem, are super-easy to use and fit projects of any size. Must-haves in any Java-Toolbelt.

Collapse
 
ben profile image
Ben Halpern
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.