Confusing status bar values in presence of multiple axes · Issue #5506 · matplotlib/matplotlib · GitHub
Skip to content

Confusing status bar values in presence of multiple axes #5506

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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