Skip to content

Instantly share code, notes, and snippets.

@hXtreme
Created March 4, 2020 17:49
Show Gist options
  • Save hXtreme/f726ec33a0ec41452deb8f4edd322b6e to your computer and use it in GitHub Desktop.
Save hXtreme/f726ec33a0ec41452deb8f4edd322b6e to your computer and use it in GitHub Desktop.
Use this instead of matplotlib
# Note to self use seaborn instead of matplotlib
import seaborn as sns
sns.set(style='ticks', palette='Set2')
sns.despine()
# The above would setup seaborn to use prettyplotlib style see: https://github.com/olgabot/prettyplotlib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment