It would be interesting to automatically provide a dark-themed plot when a user is in dark mode. Explore the use of (https://plotnine.org/reference/theme_dark.html#plotnine.theme_dark). Other options to avoid what's seen in https://posit-dev.github.io/py-yaml12/benchmarks/benchmarks.html (large white backgrounds when in dark mode) include simply dimming the plot (lightening on hover or tap) or including a widget with brightness controls.
It would be interesting to automatically provide a dark-themed plot when a user is in dark mode. Explore the use of (https://plotnine.org/reference/theme_dark.html#plotnine.theme_dark). Other options to avoid what's seen in https://posit-dev.github.io/py-yaml12/benchmarks/benchmarks.html (large white backgrounds when in dark mode) include simply dimming the plot (lightening on hover or tap) or including a widget with brightness controls.