Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Plotly slider not working with surface graphs #1400

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

Open
paulhager opened this issue Jul 12, 2019 · 1 comment
Open

Plotly slider not working with surface graphs #1400

paulhager opened this issue Jul 12, 2019 · 1 comment
Assignees

Comments

@paulhager
Copy link

Hi plotly team!

I'm trying to implement a plotly viewer for .nii files, analagously to the tutorial that already exists for mri volume slices (https://plot.ly/python/visualizing-mri-volume-slices/), but can't seem to get the slider bar to work. I've noticed that the output at the end of the tutorial doesn't work either and was wondering if something has been changed in the animation/slider code that caused this. My adjusted code at least plays the very first time I plot (I'm running it all offline but it shouldn't make a difference), but the slider and subsequent play clicks have no effect. Interestingly when I click on play and then move the slider, the images animate once through the "play animation", but only when I'm actively moving the slider and just one frame at a time, without any correlation to slider position.

I've also found this implementation of animating surface images (https://plot.ly/~empet/14887/animating-slice-in-volumetric-data/#/) that has the same problem. The initial autoplay works but all subsequent slider movements don't have any effect.

Any idea what might be causing this?

Thanks for your time!

@etpinard etpinard transferred this issue from plotly/plotly.js Jul 12, 2019
@etpinard
Copy link
Contributor

Similar to #1365

where those redraw: False should be 🔪

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

3 participants