You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to be a bug. This example has similar issues.
ggplot(mtcars, aes(factor(cyl), mpg)) +
geom_boxplot() +
# Here comes the gganimate code
transition_states(
gear,
transition_length = 2,
state_length = 1
) +
enter_fade() +
exit_shrink() +
ease_aes('sine-in-out')
Theme element `panel.border` is missing
Theme element `panel.grid.minor.y` is missing
Theme element `panel.grid.major.y` is missing
Theme element `panel.grid.major.x` is missing
Theme element `panel.background` is missing
Aviso: Cannot get dimensions of plot table. Plot region might not be fixed
Caused by error in `UseMethod()`:
! no applicable method for 'element_grob' applied to an object of class "NULL"
Theme element `panel.border` is missing
Theme element `panel.grid.minor.y` is missing
Theme element `panel.grid.major.y` is missing
Theme element `panel.grid.major.x` is missing
Theme element `panel.background` is missing
Aviso: Failed to plot frame
I have issues with animating several different plots with transition_states(). The error always indicate "theme" argument missing.
The text was updated successfully, but these errors were encountered: