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

Skip to content

Toolbar #149

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

Closed
10 tasks done
Tracked by #55
kushalkolar opened this issue Mar 9, 2023 · 4 comments
Closed
10 tasks done
Tracked by #55

Toolbar #149

kushalkolar opened this issue Mar 9, 2023 · 4 comments
Assignees

Comments

@kushalkolar
Copy link
Member

kushalkolar commented Mar 9, 2023

similar to bokeh's tool buttons, automatically append this to the bottom of any plot, unless tool_buttons=False or something. Could use icons for it, can get free icons here: thenounproject.com

For all plot areas:

ImageWidget specific:

  • reset vmin vmax - for ImageWidget, can use a contrast icon
  • Play button, try out the ipywidgets play, stop, pause etc. stuff again
  • step size, BoundedIntText widget
@clewis7
Copy link
Member

clewis7 commented May 17, 2023

to enable/disable pan zoom controller, do you just want to set controller to toggle controller type between None and pan zoom controller when clicked? Or change the controller to something else on click?

@kushalkolar
Copy link
Member Author

There's a boolean attribute or property enabled for controllers

@kushalkolar
Copy link
Member Author

kushalkolar commented May 19, 2023

What do you think about buttons for adding selectors. For example, click a " add LinearSelector" button to toggle it, then click on the graphic (line, line collection, or heatmap) to add the selector to, the selector gets added and button gets un-toggled.

Edit: This is probably useless since you still have to add functionality to the selector to use it for anything

@kushalkolar kushalkolar changed the title a set of buttons that shown for some standard things Toolbar May 21, 2023
@kushalkolar kushalkolar mentioned this issue May 21, 2023
67 tasks
@kushalkolar
Copy link
Member Author

done in #195 , #207

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

2 participants