We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
view_step_manual()
wrap = FALSE
Code below is supposed to zoom into upper half of x-axis and then stop (wrap = FALSE).
But resultant gif zooms in and then zooms back out.
Note that it doesn't happen if pause_first is set to TRUE. But that results in a different behaviour (#498).
pause_first
TRUE
ggplot(iris, aes(Petal.Length, Petal.Width, colour = Species)) + geom_point() + view_step_manual(wrap = FALSE, # pause_first = TRUE, xmin = c(1, 4), xmax = c(7, 7), ymin = 0, ymax = 2.5 )
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Code below is supposed to zoom into upper half of x-axis and then stop (
wrap = FALSE
).But resultant gif zooms in and then zooms back out.
Note that it doesn't happen if
pause_first
is set toTRUE
. But that results in a different behaviour (#498).The text was updated successfully, but these errors were encountered: