You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.Box
es, and then HBox the two boxes.The text was updated successfully, but these errors were encountered: