Created
March 4, 2020 17:49
-
-
Save hXtreme/f726ec33a0ec41452deb8f4edd322b6e to your computer and use it in GitHub Desktop.
Use this instead of matplotlib
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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