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

Point Interpolation #55

Open
alxkp opened this issue Jul 17, 2020 · 1 comment
Open

Point Interpolation #55

alxkp opened this issue Jul 17, 2020 · 1 comment
Labels
enhancement New feature or request Low Priority Low Priority Issues

Comments

@alxkp
Copy link
Member

alxkp commented Jul 17, 2020

When moving between animation frames, there is an abrupt jump between each frame.

Describe the solution you'd like
Adding smaller jumps to interpolate there might be the most effective way to approach this.

Describe alternatives you've considered
Pygame or python arcade might work well to allow moving the points smoothly, although then one would lose all of the excellent features that come built in with plotly, and linking to other graphs would be much trickier.

@alxkp alxkp added the enhancement New feature or request label Jul 17, 2020
@cleme
Copy link
Member

cleme commented Jul 17, 2020

Low priority, as this should be a feature of the underlying framework rather than something we implement ourselves. If plotly does not plan to offer this (check open issues there, maybe), we could perhaps have some basic functionality with a smoothness parameter that specifies number of interpolation steps or similar. The interpolation should take into account dot attributes (current and next position, size, color, or any other) to smooth the transition from a frame to the next.

@alxkp alxkp added the Low Priority Low Priority Issues label Jul 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Low Priority Low Priority Issues
Projects
None yet
Development

No branches or pull requests

2 participants