Session Ready
Exercise

Customizing geom_sf() plots

As you've learned in previous chapters, it is a good idea to clean up and format your ggplot2 visualizations before sharing with others. In this exercise, you'll make some modifications to your map of Texas House districts such as removing the gridlines and adding an informative title.

Instructions
100 XP
  • Specify that you'll be drawing a ggplot, with the legislative district fill set to Party.
  • Set the datum to NA in coord_sf() to remove the gridlines behind the map.
  • Give the map an informative title.