from matplotlib import pyplot as plt import seaborn as sns plt.figure(figsize=(15,8)) ax = sns.barplot(x="Word", y="Frequency", data=boxdata)