Skip to content

Instantly share code, notes, and snippets.

@konverner
Created December 8, 2020 11:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save konverner/693906c001938f6863ae4cf2d45fd78b to your computer and use it in GitHub Desktop.
Save konverner/693906c001938f6863ae4cf2d45fd78b to your computer and use it in GitHub Desktop.
Dark theme for matplotlib
import matplotlib.pyplot as plt
plt.rcParams.update({ "axes.facecolor":"383838", "axes.edgecolor":"white", "axes.labelcolor":"white", "xtick.color":"white", "ytick.color":"white"})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment