I am doing a simple displot with seaborn
However when I do
ax2=sns.displot(outlist)
ax2.set(xlabel='Rate(Hz)', title='Distribution of publication rates')
I got
How can I put the title and labels correctly?
I am doing a simple displot with seaborn
However when I do
ax2=sns.displot(outlist)
ax2.set(xlabel='Rate(Hz)', title='Distribution of publication rates')
I got
How can I put the title and labels correctly?