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 inline
Please see seaborn.lineplot() function [here]
Please see seaborn.barplot() function [here]
Please see seaborn.histplot() function [here]
Please see seaborn.boxplot() function [here]