14 posts with this tag
For the past year and a half, I have been switching gradually from using matplotlib to create graphs in Python to Hassan Kibirige's wonderful port of R's ggplot2, plotnine. When I was first starting to use this package, I found it was quite tricky to …
When I transitioned over to working primarily in Python from R, one of the things that I missed was ggplot2. For me, the plots in ggplot2 look so much nicer and the syntax is more intuitive compared to matplotlib. Happily, last year I discovered that …
About a month ago, this classic gem popped up in my Twitter feed. For those unable to view the image, it is a Thanksgiving turkey made completely in ggplot2 by the guys over at is.R. I was so inspired by this plot I decided to see whether I could …
This is the eleventh tutorial in a series on using ggplot2 I am creating with Mauricio Vargas Sepúlveda. In this tutorial we will demonstrate some of the many options the ggplot2 package has for creating linear regression plots. If you enjoyed this …
This is the tenth tutorial in a series on using ggplot2 I am creating with Mauricio Vargas Sepúlveda. In this tutorial we will demonstrate some of the many options the ggplot2 package has for creating and customising boxplots. We will use R's …