Hacker News new | ask | show | jobs
by tylermw 1192 days ago
R’s data visualization capabilities are heads and shoulders above Matlab’s, and it’s free and open source.
3 comments

Yes, once you understand the idea of a "grammar of graphics", ggplot is really the best and most flexible plotting system available. There's a reason that people have tried to clone it (with varying degrees of success) as libraries for python and Julia.
For what it's worth there is a "grammar of graphics" library for Matlab as well, called gramm
Can you zoom in and out on the R plots? I've used ggplot2 and it didn't seem heads and shoulders above any of the other major tools (Matplotlib and the other Python plotting libraries or Matlab) and was way behind what you can do with .NET.
For publication, sure. For research, no chance.
I see no distinction there.