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

Make each axis in axes_manager.gui() its own Accordion #4

Open
thomasaarholt opened this issue Apr 26, 2018 · 1 comment
Open

Make each axis in axes_manager.gui() its own Accordion #4

thomasaarholt opened this issue Apr 26, 2018 · 1 comment

Comments

@thomasaarholt
Copy link
Contributor

Currently the axes_manager.gui() consists of ipywidgets.HBox([nav_accordion, sig_accordion]). As an example, nav_accordion is one accordion wrapped around a list of the axes widgets.

Each accordion can only have one open tab at a time. This means that one can't quickly hop between navigating in x and then in y.

It would be better to make each axis an accordion, then put the navigation ones and the signal ones in separate ipywidgets.Boxes, and then HBox the two boxes.

@thomasaarholt
Copy link
Contributor Author

thomasaarholt commented Apr 26, 2018

Example image, where opening Axis 1 closes Axis 0.
image

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

Successfully merging a pull request may close this issue.

1 participant