Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save RaulMedeiros/7194f7c4751416055a68dd310a5469a6 to your computer and use it in GitHub Desktop.
Save RaulMedeiros/7194f7c4751416055a68dd310a5469a6 to your computer and use it in GitHub Desktop.
STYLES = [
'seaborn-paper', #1
'dark_background', #2
'seaborn-whitegrid', #3
'_classic_test', #4
'bmh', #5
'seaborn-ticks', #6
'seaborn-poster', #7
'Solarize_Light2', #8
'seaborn-pastel', #9
'seaborn-bright', #10
'seaborn-talk', #11
'seaborn-deep', #12
'seaborn-dark-palette', #13
'fast', #14
'seaborn-white', #15
'classic', #16
'seaborn-notebook', #17
'seaborn-colorblind', #18
'fivethirtyeight', #19
'seaborn-darkgrid', #20
'seaborn', #21
'grayscale', #22
'ggplot', #23
'seaborn-muted', #24
'tableau-colorblind10', #25
'seaborn-dark' #26
]
idx = 1
plt.style.use(STYLES[idx])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment