Exercise

Creating an initial plot

In the previous lessons, we tidied and cleaned our data to prepare it for visualization. Now we're ready to start recreating FiveThirtyEight's graph. Let's start with an initial plot. The dataset you created in the last chapter, rude_behaviors, is loaded.

Instructions

100 XP
  • Order response_var by perc_rude
  • Make a bar plot of response_var by perc_rude. Save it as initial_plot.