Skip to content

"Autoscale view" button in widget doesn't respect inverted axis #443

@jokasimr

Description

@jokasimr

Example

%matplotlib widget
import plopp as pp
import scipp as sc

p = pp.plot(sc.DataArray(sc.array(dims='x', values=[3, 2, 1])))
p.ax.invert_yaxis()
p

To reproduce: Click "Autoscale view" button (home icon), the yaxis is no longer inverted.
The expected behavior is that the yaxis should remain inverted.

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