Week 4 viz: Ugly plot

This week’s visualization assignment is to make an ugly plot. I would like you to make at least three changes– in the scale (color, fill, etc), theme (background color, line width, etc) and/or coordinate system. You can use whatever data you would like for this assignment. Some ideas:

Like many assignments in this class, I’m looking for two documents here:

One hint for your Quarto doc is that it needs to have embed-resources: true in the YAML (the first few lines of the document).

---
title: "Ugly Plot"
author: "Professor McNamara"
format: html
editor: visual
execute: 
  echo: true
embed-resources: true
---

Need a pointer? Check out the R Graphics Cookbook, particularly 9.4 Changing the Appearance of Theme Elements.