-
Notifications
You must be signed in to change notification settings - Fork 5
Add player to slicing slider widgets #467
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
Conversation
jl-wynen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, but two requests about the docs:
- Can you show the new argument in the slicer docs page?
- And can you link from the scatter 3d gallery to the slicer docs? I first went to the gallery to test the feature but couldn't find any examples.
Done.
Can you clarify what you wanted? Did you want a link from the Scatter3d plot with slider to the docs page for the slicer plot? Ah, maybe you meant "can you link from the slicer plot docs to the gallery example" to answer this exact question? Or maybe you meant "can i link to the API reference of the |
I'm not sure myself anymore. I think I wanted to link from Scatter3d plot with slider. But looking at it now, I agree that it doesn't make sense. I think it is fine the way it is. |
|
I added a link to answer the question "can I also make this plot with a 3d scatter?" |
|
Never mind, I fixed it with |
Example:
Fixes #462
Note that I decided to disable it for
RangeSliderbecause it would really complicate things, especially when the looping is enabled, then the max would temporarily become the min, etc...