Skip to content

Commit

Permalink
7 rmd broke bc can't have an exercise not referenced...
Browse files Browse the repository at this point in the history
  • Loading branch information
justinpriest committed Nov 16, 2023
1 parent e4b5d9d commit 5a1e925
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/Tutorial_7_ggplot2/Tutorial_7_ggplot2.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -806,9 +806,9 @@ ggplot(yearcounts, aes(x = year, y = totalcount, color = species)) +


### Line Plot - Completed!
We did it!
We did it! Nothing to run here, just admire your amazing plot :)

```{r lineplot-review, exercise.eval=TRUE, message=FALSE, warning=FALSE, exercise.setup="data-import"}
```{r lineplot-review, exercise=TRUE, exercise.eval=TRUE, message=FALSE, warning=FALSE, exercise.setup="data-import"}
ggplot(yearcounts, aes(x = year, y = totalcount, color = species)) +
geom_line(size = 1.5) +
scale_x_continuous(breaks = c(2007, 2008, 2009), labels = round) +
Expand Down

0 comments on commit 5a1e925

Please sign in to comment.