0

The code is fine when running in R studio. However, there is no gif but messy codes when running in vscode. I have configured R extension and httpgd well and png plot is shown normally.

geom_boxplot() +
transition_states(
  gear,
  transition_length = 2,
  state_length = 1
) +
enter_fade() +
exit_shrink() +
ease_aes("sine-in-out")

danlooo
  • 8,933
  • 1
  • 6
  • 21
  • 1
    Can you provide a reproducible example with a sample data set? See here https://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example?rq=1 – coip Apr 07 '22 at 20:16

0 Answers0