-
-
Notifications
You must be signed in to change notification settings - Fork 229
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
Keep both axes fixed while playing an animation #2701
Comments
Hey @ikesau, I'm inclined to bump the priority of this issue up. It's brought to our attention regularly and it's something we really want to do since the timeline animation as it is today often does not show the evolution of a variable very clearly. |
@sophiamersmann @marcelgerber could we enumerate the cases where just calculating the X and Y domain from the input table would not work and try to carve those out especially? I think the scatter plot animation change is quite nice but it depends on having a solution for fixing both axis while we play. If you think this isn't a relatively easy thing to do then it's not worth it, just trying to see if we can get to a place that is clearly better than what we have today without too much effort. |
I think the easiest thing to do might be to implement it (should be quick to do if we're using the input table), put it on staging, and we all look at some examples? |
Agreed! |
This issue has had no activity within 10 months. It is considered stale and will be closed in 7 days unless it is worked on or tagged as pinned. |
Description
Expected behaviour
Keep the x- and y-axis fixed while the animation is playing.
Steps to reproduce
Steps to reproduce the behavior:
Screenshots
Screen.Recording.2023-10-05.at.09.27.23.mov
This:
Screen.Recording.2023-08-28.at.15.37.03.mov
Not this
Screen.Recording.2023-08-28.at.15.37.32.mov
The text was updated successfully, but these errors were encountered: