Skip to content

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

@thomasaarholt

Description

@thomasaarholt

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions