Skip to main content
HomeAbout RLearn R

The R Graph Gallery's Top 5 Most Visited Graph Themes

A list of the 5 most popular graphs among R users and enthusiasts.
Apr 2017  · 8 min read

The R Graph Gallery is a website that displays hundreds of R charts, always with the associated code. The website exists for a year and a half now and is visited by several thousands of people every day, looking for inspiration for or help with their R plots. The R Graph Gallery allows you to find lots of plots and the code that was used to make them!

This post describes the 5 most visited pages of the gallery that collect 45% of the total traffic of the site. It shows which are the main trends in data visualization that are currently sparking the interest of R enthusiasts.

Are you interested in data visualization with R? Consider DataCamp’s R Data Visualization Track.

1. The Grammar of Graphics: ggplot2

Unsurprisingly, ggplot2 category is the most visited theme from far: it represents about 15% of the traffic that was considered for this post (this was 45% of the total traffic, as mentioned above).

This amount of traffic can not only explained by the sheer popularity of this package in the R community, but also by the fact that this category gathers all sorts of graphs that you can make with this package, such as boxplots, scatterplots, area graphs, etc. and also contains some subsections that show you how you can add annotations, manage the colors of your plot and make data art. In short, this category contains a lot of information with regard to this R package.

This library, which is “a plotting system for R, based on the grammar of graphics”, is a reference for R graphics and a bunch of resources are available to learn its syntax, such as DataCamp’s Data Visualization with ggplot2 course, and ggplot2 creator Hadley Wickham’s ggplot2 book.

ggplot2 is an implementation of the grammar of graphics, which means that there is a basic grammar to producing graphics: you need data and graphical elements to make your plots, just like you need a personal pronouns and a conjugated verb to make sentences.

For graphs, this means that you feed data to a plot as x and y elements and you need to manipulate some details, such as colors, markers, etc. as graphical elements. You’ll see that ggplot2 makes this distinction as well, and you’ll see that there are a couple of basic elements that you can often distinguish in ggplot2 graphs, such as data, geometries, aesthetics and scales.

Of course, there are also some more advanced parts of the ggplot2 grammar, such as statistical transformations and facets, but those won’t be covered in this blog post. Check out the resources mentioned above to get more in-depth information on ggplot2 and its possibilities.

Going back to the gallery, you’ll see that it currently displays about 40 graphics using the package, which allows realizing the main chart types, such as the bar plot which you’ll find below:

eyJsYW5ndWFnZSI6InIiLCJzYW1wbGUiOiIjIExvYWQgYGdncGxvdDJgXG4uLi4uLi4uLi4uLi4uLi4uXG5cbiMgQ3JlYXRlIGEgZGF0YXNldFxuIyBIZWlnaHQgb2YgMTAgc29yZ2hvIGFuZCBwb2FjZWUgc2FtbGVzIFxuc3BlY2llcyA8LSBjKHJlcChcInNvcmdob1wiLDMpLCBcbiAgICAgICAgICAgICByZXAoXCJwb2FjZWVcIiwzKSwgXG4gICAgICAgICAgICAgcmVwKFwiYmFuYW5hXCIsMyksIFxuICAgICAgICAgICAgIHJlcChcInRyaXRpY3VtXCIsMykpXG5cbiMgVGhyZWUgZW52aXJvbm1uZW50YWwgY29uZGl0aW9uc1xuY29uZGl0aW9uIDwtIHJlcChjKFwibm9ybWFsXCIsXCJzdHJlc3NcIixcIk5pdHJvZ2VuXCIpLDQpXG52YWx1ZSA8LSBhYnMocm5vcm0oMTIsMCwxNSkpXG5cbiMgQ3JlYXRlIHRoZSBkYXRhIGZyYW1lIHdpdGggYHNwZWNpZXNgLCBgY29uZGl0aW9uYCBhbmQgYHZhbHVlYFxuZGF0YSA8LSBkYXRhLmZyYW1lKC4uLi4uLi4uLC4uLi4uLi4uLi4uLC4uLi4uLi4uLi4pXG5cbiMgUGxvdCB0aGUgZGF0YVxuZ2dwbG90KGRhdGEsIGFlcyhmaWxsPWNvbmRpdGlvbiwgeT12YWx1ZSwgeD1zcGVjaWVzKSkgKyBnZW9tX2Jhcihwb3NpdGlvbj1cImRvZGdlXCIsIHN0YXQ9XCJpZGVudGl0eVwiKSIsInNvbHV0aW9uIjoiIyBMb2FkIGxpYnJhcnlcbmxpYnJhcnkoZ2dwbG90MilcblxuIyBDcmVhdGUgYSBkYXRhc2V0XG4jIEhlaWdodCBvZiAxMCBzb3JnaG8gYW5kIHBvYWNlZSBzYW1sZXMgXG5zcGVjaWVzIDwtIGMocmVwKFwic29yZ2hvXCIsMyksIFxuICAgICAgICAgICAgIHJlcChcInBvYWNlZVwiLDMpLCBcbiAgICAgICAgICAgICByZXAoXCJiYW5hbmFcIiwzKSwgXG4gICAgICAgICAgICAgcmVwKFwidHJpdGljdW1cIiwzKSlcblxuIyBUaHJlZSBlbnZpcm9ubW5lbnRhbCBjb25kaXRpb25zXG5jb25kaXRpb24gPC0gcmVwKGMoXCJub3JtYWxcIixcInN0cmVzc1wiLFwiTml0cm9nZW5cIiksNClcbnZhbHVlIDwtIGFicyhybm9ybSgxMiwwLDE1KSlcblxuIyBDcmVhdGUgdGhlIGRhdGEgZnJhbWUgd2l0aCBgc3BlY2llc2AsIGBjb25kaXRpb25gIGFuZCBgdmFsdWVgXG5kYXRhIDwtIGRhdGEuZnJhbWUoc3BlY2llcyxjb25kaXRpb24sdmFsdWUpXG5cbiMgUGxvdCB0aGUgZGF0YVxuZ2dwbG90KGRhdGEsIGFlcyhmaWxsPWNvbmRpdGlvbiwgeT12YWx1ZSwgeD1zcGVjaWVzKSkgKyBnZW9tX2Jhcihwb3NpdGlvbj1cImRvZGdlXCIsIHN0YXQ9XCJpZGVudGl0eVwiKSIsInNjdCI6InRlc3Rfc3R1ZGVudF90eXBlZChcImxpYnJhcnkoZ2dwbG90MilcIilcbnRlc3Rfb2JqZWN0KFwic3BlY2llc1wiKVxudGVzdF9vYmplY3QoXCJjb25kaXRpb25cIilcbnRlc3Rfb2JqZWN0KFwidmFsdWVcIilcbnRlc3Rfb2JqZWN0KFwiZGF0YVwiKVxudGVzdF9zdHVkZW50X3R5cGVkKFwiZ2dwbG90KGRhdGEsIGFlcyhmaWxsPWNvbmRpdGlvbiwgeT12YWx1ZSwgeD1zcGVjaWVzKSkgKyBnZW9tX2Jhcihwb3NpdGlvbj1cXFwiZG9kZ2VcXFwiLCBzdGF0PVxcXCJpZGVudGl0eVxcXCIpXCIpXG5zdWNjZXNzX21zZyhcIldlbGwgZG9uZSFcIikifQ==

You see that the graph below makes use of three of the four elements that were mentioned above: data, aesthetics and geometries. Now, let’s take a look at the result in closer detail or expand the window in the “Plots” tab that has appeared next to your R console in the DataCamp Light chunk above:

R plots

Note that if you need more themes, scales and geoms for your ggplot2 plots, you can always get them from additional packages such as ggthemes or ggthemr package.

2. Interactive Charts

Secondly, the interactive charts category makes up about 11% of the traffic that is considered for this blog post. Just like ggplot2, you can argue or suppose that most of the traffic to this category comes from the fact that it’s a more general category that subsumes a lot of different information on different interactive charts.

But what are interactive charts?

Well, of course they are charts, but what makes them special is that you can zoom in or out on the plots, play around with the axes, hover elements to get additional informations, export at png format, filter specific data, etc,… They allow users to play with data and find out the information they need.

When used during your analysis, interactive plots will allow you to more efficiently explore your data. When used for reporting to clients, colleagues, or readers, they will help captivate the audience and make them understand the data; Interactive charts allow for a two-way communication between the user and the graphs, which makes this a win-win situation.

It is not a coincidence that interactive graphs are now used by newspapers like the New York Times and scientific papers like Science!

In R, it is impressively easy to make them using the htmlwidgets.

Besides showing examples of this package, the gallery also shows several examples, where Plotly is used. Plotly is an R package for creating web-based graphs via the open source JavaScript graphic library plotly.js. The code syntax is really close to the one of ggplot2, so you’ll probably make your first interactive chart in minutes! If you’re looking to get started with this package, consider this Plotly Tutorial.

Of course, you can also make interactive charts with Shiny, an R library that allows you to turn your analyses into interactive web applications, and besides the libraries that you have seen in this section, there are many other libraries that allow you to turn your static visualizations into interactive ones!

3. Boxplots

The boxplot category makes up about 8% of the traffic that was considered for this post. It is the third most popular category on the site, probably due to the fact that it’s more specific than the two previous categories: it deals with one specific type of plot.

Boxplots do not need to be presented anymore. It is a usual tool used to visualize the relationship between a numerical variable with a discrete variable. But be careful not to miss any information that could be hidden behind a boxplot (like a bimodal distribution)!

The R graph gallery will provide you with some interesting alternatives to boxplots, such as such as violin plots or boxplots with jitter. You’ll see that, notwithstanding the fact that ggplot2 has its own section, this package still is very popular, together with the base R functions such as jitter()!

eyJsYW5ndWFnZSI6InIiLCJzYW1wbGUiOiIjIExpYnJhcnkgYGdncGxvdDJgXG5saWJyYXJ5KC4uLi4uLi4pXG5cbiMgRmlyc3QgdHlwZSBvZiBjb2xvclxuZ2dwbG90KG10Y2FycywgYWVzKGZhY3RvcihjeWwpLCBtcGcpKSArIGdlb21fdmlvbGluKGFlcyhmaWxsID0gY3lsKSkiLCJzb2x1dGlvbiI6IiMgTGlicmFyeSBgZ2dwbG90MmBcbmxpYnJhcnkoZ2dwbG90MilcblxuIyBGaXJzdCB0eXBlIG9mIGNvbG9yXG5nZ3Bsb3QobXRjYXJzLCBhZXMoZmFjdG9yKGN5bCksIG1wZykpICsgZ2VvbV92aW9saW4oYWVzKGZpbGwgPSBjeWwpKSIsInNjdCI6InRlc3Rfc3R1ZGVudF90eXBlZChcImxpYnJhcnkoZ2dwbG90MilcIilcbnRlc3Rfc3R1ZGVudF90eXBlZChcImdncGxvdChtdGNhcnMsIGFlcyhmYWN0b3IoY3lsKSwgbXBnKSkgKyBnZW9tX3Zpb2xpbihhZXMoZmlsbCA9IGN5bCkpXCIpXG5zdWNjZXNzX21zZyhcIkFtYXppbmcgam9iIVwiKSJ9

R graphs

4. Spider Plots

Surprisingly, spider plots or web charts category show a huge success on the gallery, with 6% of the 45% of traffic that was analyzed for this blog post.

Radar charts are a way of comparing multiple quantitative variables. One of the examples is to build these charts with the fmsb library, which contains utility functions for the book “Practices of Medical and Health Data Analysis susing R”.

eyJsYW5ndWFnZSI6InIiLCJzYW1wbGUiOiIjIExpYnJhcnlcbmxpYnJhcnkoZm1zYilcblxuIyBDcmVhdGUgZGF0YTogbm90ZSBpbiBIaWdoIHNjaG9vbCBmb3Igc2V2ZXJhbCBzdHVkZW50c1xuc2V0LnNlZWQoOTkpXG5kYXRhIDwtIGFzLmRhdGEuZnJhbWUobWF0cml4KCBzYW1wbGUoIDA6MjAgLCAxNSAsIHJlcGxhY2U9RikgLCBuY29sPTUpKVxuXG4jIFNldCB0aGUgcm93IGFuZCBjb2x1bW4gbmFtZXMgXG5jb2xuYW1lcyhkYXRhKSA8LSBjKFwibWF0aFwiICwgXCJlbmdsaXNoXCIgLCBcImJpb2xvZ3lcIiAsIFwibXVzaWNcIiAsIFwiUi1jb2RpbmdcIiApXG5yb3duYW1lcyhkYXRhKSA8LSBwYXN0ZShcIm1pc3RlclwiICwgbGV0dGVyc1sxOjNdICwgc2VwPVwiLVwiKVxuXG4jIFRvIHVzZSB0aGUgZm1zYiBwYWNrYWdlLCBhZGQgMiBsaW5lcyB0byB0aGUgZGF0YWZyYW1lOiB0aGUgbWF4IGFuZCBtaW4gb2YgZWFjaCB0b3BpYyB0byBzaG93IG9uIHRoZSBwbG90IVxuZGF0YSA8LSByYmluZChyZXAoMjAsNSkgLCByZXAoMCw1KSAsIGRhdGEpXG5cbiMgUmFkYXIgY2hhcnRcbmNvbG9yc19ib3JkZXIgPC0gYyggcmdiKDAuMiwwLjUsMC41LDAuOSksIHJnYigwLjgsMC4yLDAuNSwwLjkpLCByZ2IoMC43LDAuNSwwLjEsMC45KSlcbmNvbG9yc19pbiA8LSBjKCByZ2IoMC4yLDAuNSwwLjUsMC40KSwgcmdiKDAuOCwwLjIsMC41LDAuNCksIHJnYigwLjcsMC41LDAuMSwwLjQpKVxuXG5yYWRhcmNoYXJ0KGRhdGEsIFxuICAgICAgICAgICBheGlzdHlwZT0xICwgXG4gICAgICAgICAgICNjdXN0b21pemUgdGhlIHBvbHlnb25zXG4gICAgICAgICAgIHBjb2w9Y29sb3JzX2JvcmRlciwgXG4gICAgICAgICAgIHBmY29sPWNvbG9yc19pbiwgXG4gICAgICAgICAgIHBsd2Q9NCwgXG4gICAgICAgICAgIHBsdHk9MSxcbiAgICAgICAgICAgI2N1c3RvbWl6ZSB0aGUgZ3JpZFxuICAgICAgICAgICBjZ2xjb2w9XCJncmV5XCIsIFxuICAgICAgICAgICBjZ2x0eT0xLCBcbiAgICAgICAgICAgYXhpc2xhYmNvbD1cImdyZXlcIiwgXG4gICAgICAgICAgIGNheGlzbGFiZWxzPXNlcSgwLDIwLDUpLCBcbiAgICAgICAgICAgY2dsd2Q9MC44LFxuICAgICAgICAgICAjY3VzdG9tIGxhYmVsc1xuICAgICAgICAgICB2bGNleD0wLjgpXG5cbiMgQWRkIGEgbGVnZW5kXG5sZWdlbmQoeD0wLjcsIHk9MSwgbGVnZW5kPXJvd25hbWVzKGRhdGFbLWMoMSwyKSxdKSwgYnR5PVwiblwiLCBwY2g9MjAgLCBjb2w9Y29sb3JzX2luICwgdGV4dC5jb2w9XCJncmV5XCIsIGNleD0xLjIsIHB0LmNleD0zKSJ9

The code in the DataCamp Light chunk gives the following result (or just expand the window in the “Plots” tab that has appeared next to your R Console tab in the DataCamp Light chunk):


graphics in R

Tip: as you can imagine, you need to watch out to not represent too many groups on the same chart! It can become unreadable very quickly!

But the fmsb package is not all: you can also build up radar charts with ggplot, even though this is not included in the package. You can find a tutorial here or check out the ggplot2 extension ggradar.

But, what might also be interesting is the radarchart package. This one is an interesting one to keep in mind if you want to create interactive radar charts.

5. Data Art

Curiosity? Fun? Interest? Surprise?

I don’t know what leads people there, but the Data Art section is the fifth most visited theme by the R Graph Gallery users, with about 5% of the traffic that was considered for this post.

It’s definitely something that you don’t see every day!

This page shows an abstract of the work of 10 data aRtists from all over the world. Data Art is a new tendency, where you, as the phrase might already imply, make art from data. It can take several forms, using real data or not, representing something or just making abstract shapes.

Are you interested and do you want to know more? Have a look to this section and of course, feel free to propose your pieces!

data art

Do you want to contribute to the R Graph Gallery, propose a graph or request one that is missing? Go here.

Topics

Learn more about R

Course

Introduction to Data Visualization with ggplot2

4 hr
134.1K
Learn to produce meaningful and beautiful data visualizations with ggplot2 by understanding the grammar of graphics.
See DetailsRight Arrow
Start Course
See MoreRight Arrow
Related

5 Common Data Science Challenges and Effective Solutions

Emerging technologies are changing the data science world, bringing new data science challenges to businesses. Here are 5 data science challenges and solutions.
DataCamp Team's photo

DataCamp Team

8 min

Navigating R Certifications in 2024: A Comprehensive Guide

Explore DataCamp's R programming certifications with our guide. Learn about Data Scientist and Data Analyst paths, preparation tips, and career advancement.
Matt Crabtree's photo

Matt Crabtree

8 min

A Data Science Roadmap for 2024

Do you want to start or grow in the field of data science? This data science roadmap helps you understand and get started in the data science landscape.
Mark Graus's photo

Mark Graus

10 min

Data Storytelling and Visualization with Lea Pica from Present Beyond Measure

Richie and Lea cover the full picture of data presentation, how to understand your audience, leverage hollywood storytelling and much more.
Richie Cotton's photo

Richie Cotton

71 min

Introduction to DynamoDB: Mastering NoSQL Database with Node.js | A Beginner's Tutorial

Learn to master DynamoDB with Node.js in this beginner's guide. Explore table creation, CRUD operations, and scalability in AWS's NoSQL database.
Gary Alway's photo

Gary Alway

11 min

How to Transpose a Matrix in R: A Quick Tutorial

Learn three methods to transpose a matrix in R in this quick tutorial
Adel Nehme's photo

Adel Nehme

See MoreSee More