In below code I have chosen col_wrap=3 and there are total 9 plots , so only last row plots have xticks labels. I want xtick label in every plots.
sns.displot(x=col1,y="col2",data=DF,col="col3",col_wrap=3)
Any help would be appreciated.
In below code I have chosen col_wrap=3 and there are total 9 plots , so only last row plots have xticks labels. I want xtick label in every plots.
sns.displot(x=col1,y="col2",data=DF,col="col3",col_wrap=3)
Any help would be appreciated.