plt.figure(figsize=(15,8)) ax = sns.histplot(data=test, x='date') ax.tick_params(axis='x', rotation=90)