You're looking at Less Wrong's discussion board. This includes all posts, including those that haven't been promoted to the front page yet. For more information, see About Less Wrong.

Douglas_Knight comments on Open Thread, May 18 - May 24, 2015 - Less Wrong Discussion

4 Post author: Gondolinian 18 May 2015 12:01AM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (176)

You are viewing a single comment's thread. Show more comments above.

Comment author: Douglas_Knight 18 May 2015 05:32:50PM *  3 points [-]

Learn the library ggplot2. It is worth learning the language R just to use this library (though there is a port in progress for python/pandas). Even if you cannot incorporate the library into your workflow, its very good defaults show you what you should be doing with more work in other libraries.

It is named after a book, the Grammar of Graphics, that I have not read.

Comment author: Lumifer 18 May 2015 06:24:06PM 5 points [-]

I don't know if I'm that enthusiastic about ggplot2. It is certainly a competent library and it produces pretty plots. However it has a pronounced "my way or the highway" streak which sometimes gets in the way. I like nice defaults, I don't like it when a library enforces its opinions on me (see e.g. this noting that Hadley is the ggplot2 author).

Comment author: sixes_and_sevens 18 May 2015 06:13:42PM 2 points [-]

I've dabbled with ggplot, but I've put it on hold for the immediate future in lieu of getting to grips with D3. I'll be getting all the R I can handle next year.

I did not know about the book, but it's available to view from various sources. If I get time I'll give it a look-in and report back.