Skip to content

Instantly share code, notes, and snippets.

@scubamut
Created December 6, 2024 10:20
Show Gist options
  • Save scubamut/ad888fcafd1a9e41463ffeef9f8bfdec to your computer and use it in GitHub Desktop.
Save scubamut/ad888fcafd1a9e41463ffeef9f8bfdec to your computer and use it in GitHub Desktop.
import matplotlib.pyplot as plt
plt.style.available
# Style sheets reference
# https://matplotlib.org/stable/gallery/style_sheets/style_sheets_reference.html#
# ['Solarize_Light2',
'_classic_test_patch',
'_mpl-gallery',
'_mpl-gallery-nogrid',
'bmh',
'classic',
'dark_background',
'fast',
'fivethirtyeight',
'ggplot',
'grayscale',
'seaborn-v0_8',
'seaborn-v0_8-bright',
'seaborn-v0_8-colorblind',
'seaborn-v0_8-dark',
'seaborn-v0_8-dark-palette',
'seaborn-v0_8-darkgrid',
'seaborn-v0_8-deep',
'seaborn-v0_8-muted',
'seaborn-v0_8-notebook',
'seaborn-v0_8-paper',
'seaborn-v0_8-pastel',
'seaborn-v0_8-poster',
'seaborn-v0_8-talk',
'seaborn-v0_8-ticks',
'seaborn-v0_8-white',
'seaborn-v0_8-whitegrid',
'tableau-colorblind10']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment