Skip to content

Commit

Permalink
avoid rendering in example
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasp85 committed Feb 27, 2024
1 parent de4a51c commit cb9b6ad
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions R/transition_reveal.R
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@
#' geom_area() +
#' transition_reveal(Day)
#'
#' try(anim)
#'
#' # This can be fixed by either reverting to use stat_identity
#' anim4 <- ggplot(airquality, aes(Day, Temp, group = Month)) +
#' geom_area(stat = "identity") +
Expand Down
2 changes: 0 additions & 2 deletions man/transition_reveal.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cb9b6ad

Please sign in to comment.