Skip to content
New issue

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() ignores wrap = FALSE #499

Open
bbcuffer opened this issue May 20, 2024 · 0 comments
Open

view_step_manual() ignores wrap = FALSE #499

bbcuffer opened this issue May 20, 2024 · 0 comments

Comments

@bbcuffer
Copy link

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).

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
                        )

filea6144971a1cb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant