We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On the macosx backend, when the OS theme is set to dark the toolbar buttons have very low contrast:
macosx
This is related to #22150, but might need fixing independently in the macosx backend, so I've opened a new issue.
import matplotlib matplotlib.use('macosx') import matplotlib.pyplot as plt plt.subplots() plt.show()
Low contrast buttons
HIgh contrast buttons
No response
Lastest main branch
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Bug summary
On the
macosx
backend, when the OS theme is set to dark the toolbar buttons have very low contrast:This is related to #22150, but might need fixing independently in the
macosx
backend, so I've opened a new issue.Code for reproduction
Actual outcome
Low contrast buttons
Expected outcome
HIgh contrast buttons
Additional information
No response
Operating system
No response
Matplotlib Version
Lastest main branch
Matplotlib Backend
No response
Python version
No response
Jupyter version
No response
Installation
No response
The text was updated successfully, but these errors were encountered: