-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Closed
Labels
GUI: MacOSXGood first issueOpen a pull request against these issues if there are no active ones!Open a pull request against these issues if there are no active ones!status: confirmed bug
Milestone
Description
Bug report
Bug summary
I tried to customize the text of status bar using format_coord
. When the text is long, the status bar of MacOSX backend wouldn't display properly (see image). It seems that the width of the text box does not automatically adjust with the size of the window.
Code for reproduction
ax.format_coord = A_LONG_STRING_HERE
Matplotlib version
- Operating system: macos 10.14.6
- Matplotlib version: 3.1.3
- Matplotlib backend (
print(matplotlib.get_backend())
): MacOSX - Python version: 3.7.3
Metadata
Metadata
Assignees
Labels
GUI: MacOSXGood first issueOpen a pull request against these issues if there are no active ones!Open a pull request against these issues if there are no active ones!status: confirmed bug