@vikas_10 wrote:
Hello everyone
I am currently working on data exploration in python. I have imported seaborn library as sns. I want to plot a bar plot using sns.barplot(). But I have a large number of categories on my X-axis, 52 precisely. When I gave command
sns.barplot(dg.weekofyear,week_wise_sum)it plotted a bar plot correctly. Due to large number of categories on X-axis, the labels on X-axis are overlapping and I am unable to see anything clearly. Can anyone help me with this?
Thanks
Posts: 1
Participants: 1