-
Notifications
You must be signed in to change notification settings - Fork 5
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
GIFs in the Buffering article have not updated to the new autoplot #88
Comments
I have heard people say that this lets us trigger a render:
But honestly I have never gotten it to work and I'm not sure what to do. |
Ooh! I didn't realize this had that under That gives you this drop-down on the I used it to kick a job over at https://github.com/tidymodels/spatialsample/actions/runs/2537504246 🤞 |
Didn't seem to help, unfortunately -- both the dev and main sites are still fully opaque. Will investigate further. |
Alright, after poking around I can confirm it's not the following things:
The speculation (from Hadley and Christophe) is that it may be due to looping through the plots via |
Both the main and dev site still use the old (fully opaque) autoplot method for buffering GIFs:
https://spatialsample.tidymodels.org/dev/articles/buffering.html
I'm not entirely sure why that's happening; I guess we need to do something to force a re-render.
The text was updated successfully, but these errors were encountered: