Basic Graphs

It is important to know how to create basic graphs and the technical process for doing so. In part, it forces us to confront basic questions like

  1. What variables should correspond to the x- and y-axes?
  2. What variables should be encoded with color or size?
  3. What variables should be encoded as I switch facets (groups)?

But before those question can be addressed thoughtfully, we must understand that they are even an option.

There are many different graphing software packages and a user should concentrate on learning at least one package. I do most of my graphing using ggplot2 in R and I have a tutorial on it.

For this book (and class) we will focus on using Tableau Desktop. I’ve developed a few Youtube videos to introduce how to interact with this software.

Creating a basic graph

Light pre-processing and adjusting labels

Exporting the graph to MS Word

Selecting EPTs is done using the Marks pane

Creating Histograms, Boxplots, and Regression Lines