Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Open
Labels
Description
Problem
The subplot configuration tool is currently white background/black text when macOS is in dark mode. It would be nice to apply a dark style sheet when macOS is in dark mode. This is using the macosx backend, but might be an issue for other backends (but not QT AFAIK).
importmatplotlib.pyplotaspltplt.figure()plt.show()

Proposed solution
Apply a dark style sheet to the configuration tool when macOS is in dark mode.