-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
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
Improve plotting for most dark themes #8
Comments
@arbennett I second the suggestion by @Deniz93. These themes are highly glorious in JupyterLab, but not so suitable if they carry over to reports, etc. Though for me import matplotlib as mpl
from matplotlib import style
mpl.rcParams.update(mpl.rcParamsDefault) seems to override |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently light themes work well with plotting because axis text is legible. For most of these themes it seems that the plot background is not getting changed to something lighter. An example of a bad scheme (
gruvbox-dark
):And the better behavior (
nord
):The text was updated successfully, but these errors were encountered: