Feature request: customizable controls
See original GitHub issue(or maybe this is possible and I was just unable to find it)
In the applications I’m interested in the “rotation” tool is not really necessary, and I find it a little confusing in how it treats the axis ticks (they seem to change in some strange, not-data-based way). So it would be preferable to disable that tool from the interactive widget.
From reading the code I think this would be fairly simple, just an additional option that changes how mouse_mode_widget
is created?
Thanks for developing this tool, it is very cool!
Issue Analytics
- State:
- Created a year ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
S1 Feature Request : Customizable Track Controls
Please allow the ability to customize what controls are visible on a track in arrangement view. Currently only a default set of controls...
Read more >15 Feature Request Tools for Managing Product Feedback
A feature request tool is a platform that collects product feedback and suggestions from customers. ... Feedback widgets and custom domains.
Read more >[Feature request] Customizable control over when a selector ...
Proposal I would like to be able to specify a custom function for cache comparison on an atom/selector so I can tweak the...
Read more >Gather Feature Requests & Requirements Using Your Own ...
Gather feature requests & requirements over the web using custom web forms called "SmartForms". Create customized web forms in just minutes for use...
Read more >FEATURE REQUEST: Custom mouse controls — Onshape
Onshape currently only 5 predefined mouse control profiles, Sure, you can add more(eg. ... FEATURE REQUEST: Custom mouse controls.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It depends on the scope/functionality you’re thinking of.
At the moment, I am not entirely sure what kind of customization you’re having in mind. If it’s about hiding/showing pre-defined buttons I am not entirely sure it’s worth the effort. If it’s about creating new custom buttons, I’m simply a bit hesitant as I don’t want to replicate functionality that is already provided by ipywidgets.
Having said all that, maybe you can provide a example of how you envision one would customize the buttons and how it helps the user. I might simply miss the use case and might be convinced that it’s a good idea to allow customizing the buttons. 😃
I see, thanks for clarifying.
For customization, you can use ipywidgets. For instance, the
scatter.show()
method is merely a helper to link some jupyter-scatter functionality to buttons using ipywidgets. But you can easily create your own toolbar or customizations with ipywidgets.