Skip to content

Instantly share code, notes, and snippets.

@kayibal
Created October 16, 2019 13:44
Show Gist options
  • Save kayibal/fc0dd9810b614286fad5d8ecf490bc22 to your computer and use it in GitHub Desktop.
Save kayibal/fc0dd9810b614286fad5d8ecf490bc22 to your computer and use it in GitHub Desktop.
Data Revenue CI styled plots
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