Skip to content

Instantly share code, notes, and snippets.

import seaborn as sns
import pandas as pd
import matplotlib.pyplot as plt
%matplotlib inline
#adjust seaborn plot size
plt.figure(figsize=(20,12))
#pairplot (my favorite) - Draw scatterplots for joint relationships and histograms for univariate distributions
#hue optional like on all other seaborn plots