with sns.axes_style("ticks"): sns.pairplot(df, hue='Emotion') plt.savefig('Figures/PairPlot.pdf', bbox_inches='tight')