Skip to content

Confusing status bar values in presence of multiple axes #5506

Closed
@anntzer

Description

@anntzer

Run

plt.plot([1, 2]); plt.twinx().plot([4, 3])

The xy values printed in the status bar are those of the twin axes (I guess because they were added last), which is somwhat confusing. I'd suggest listing the coordinates in all overlaid axes systems instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions