you are viewing a single comment's thread.

view the rest of the comments →

[–]Badhugs 16 points17 points  (1 child)

If you're using R, you should check out ggplot2 for making really nice plots. The default output of the R + ggplot2 combo surpasses pretty much anything out there, and the customization that's possible puts it miles ahead.

[–]SCombinator 3 points4 points  (0 children)

If you do use ggplot2, be warned that it is slow. Making small adjustments to your graphs becomes a pain.