Created
December 3, 2015 19:49
-
-
Save mwaskom/7be0963cc57f6c89f7b2 to your computer and use it in GitHub Desktop.
Use seaborn with a dark background, if you like that sort of thing.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
is there a way to define the background color that is not black with
plt.style.use("dark_background")
to find a different shade like vscode or similar color
Also is there a way to implement this globally? for the whole notebook? (meaning the custom background color)