Data Visualization [Get Inspired]

Get Inspired

When deciding how to display data, we are not working in a vacuum - we can draw on examples of visualizations (good and bad) to guide our process. Here are some resources that highlight different aspects of data visualization, including types of visualization and aesthetic decisions like color and shape.

Vertical stripes of blue and red, illustrating annual temperature anomolies. Most lines on the left side of the image are blue and lines on the right are red.

Dataviz Inspiration is a curated gallery of recent visualizations from a variety of disciplines.

Colored lines indicating changes in the price of a Big Mac in eight countries

The R Graph Gallery includes multiple examples of visualizations made with the R programming language. Most examples also include the R code necessary to reproduce the visualization. If Python is more to your taste, take a look at the companion Python Graph Gallery.

Chart showing IMDB ratings through time for The Last Airbender, with colors indicating water (blue), earth (green), and fire (orange)

Tidy Tuesday is a weekly community event for data visualization and data manipulation challenges. To see more examples, search your favorite social media platform for items with the #TidyTuesday tag.

A series of curved lines connect numbers to a central point

For some amazing artistic takes on data visualization, take a look at the work of Giorgia Lupi. In her talk, The Human Side of Data, she presents several ways of conveying meaning through images. The talk includes an exploration of the work of Ada Lovelace, Rachel Carson, and Mae Jemison through data visualization

A pair of pie charts crossed out and an arrow pointing to a stacked bar chart

Sometimes it can be useful to see what not to do. The Friends Don't Let Friends site highlights common mistakes in data visualization and provides alternatives for effective communication. Most examples also include the code needed to make the visualization.