Skip to content

Instantly share code, notes, and snippets.

@iamaaditya
Created June 29, 2018 21:58
Show Gist options
  • Save iamaaditya/8ed89f6b8948ef93a31b61b20598fe04 to your computer and use it in GitHub Desktop.
Save iamaaditya/8ed89f6b8948ef93a31b61b20598fe04 to your computer and use it in GitHub Desktop.
Matplotlib inline starter
import numpy as np
import pandas as pd
import json
from glob import glob
import matplotlib
import matplotlib.pyplot as plt
%matplotlib inline
import seaborn as sns
sns.set(style="ticks" , palette='Set2')
sns.despine()
cmap = sns.diverging_palette(5, 250, as_cmap=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment