Graduate student in statistics at Duke University. Former dev.to employee. I like to blog about data science on my Medium publication, perplex.city, and on dev.to
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.
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.
Top comments (4)
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.
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.
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.
Here is a good post on chart.js