Skip to content

fig.canvas displays in all ipywidgets.Tab tabs #126

@chaffra

Description

@chaffra

In the latest version (0.3.3) a fig.canvas does not display correctly in ipywidgets.Tab. Notional example:

tab = widgets.Tab()
tab.children = [fig1.canvas, fig2.canvas]
tab

The figures appear in both tabs. Not expected and this used to work in previous version (0.2.1). Please also see picture.
tab_display_error

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