Basic Plotting
Getting Started
import seaborn as sns
from matplotlib import pyplot as plt
import pandas as pd
sns.set_context('talk') #on your screen, replace 'talk' with 'notebook' or 'paper' or 'poster'
%pylab inlineLine Plot
Bar Plot
Histogram Plot
Box Plot
Last updated
Was this helpful?
