You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At a minimum we should be defaulting to painting the padded area white so the labels are visible. Better would be to detect the background color of the window and adapt rendering appropriately (which would require a default "dark-mode" palette for all drawing, which is significant work)
OS, Python version: MacOS, all Python versions.
The text was updated successfully, but these errors were encountered:
Problem Description
When running on Mac in Dark Mode with recent Qt versions, plots render like this:
Reproduction Steps:
The is produced by this code:
Expected behavior:
At a minimum we should be defaulting to painting the padded area white so the labels are visible. Better would be to detect the background color of the window and adapt rendering appropriately (which would require a default "dark-mode" palette for all drawing, which is significant work)
OS, Python version: MacOS, all Python versions.
The text was updated successfully, but these errors were encountered: