😳 Clearly something went awry with my 🦃!

turkey_coords %>%
  ggplot(aes(x = x, y = y)) +
  geom_path(aes(group = shape)) +
  geom_point(aes(x = 1.5, y = 2.5)) +
  geom_point(x = 2.5, y = 2.5) +
  ggtitle("Happy Thanks-ggiving")