Created
October 16, 2019 13:44
-
-
Save kayibal/fc0dd9810b614286fad5d8ecf490bc22 to your computer and use it in GitHub Desktop.
Data Revenue CI styled plots
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
import seaborn as sns | |
import matplotlib.pyplot as plt | |
sns.set_style('whitegrid') | |
sns.set_palette(sns.dark_palette((0.6, 0.6, 0.6), reverse=True)) | |
plt.rcParams["figure.figsize"] = (15, 7) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment