Quantcast
Channel: Data Science, Analytics and Big Data discussions - Latest topics
Viewing all articles
Browse latest Browse all 4448

Labels on x-axis are overlapping in bar plot. How to fix it?

$
0
0

@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

Read full topic


Viewing all articles
Browse latest Browse all 4448

Trending Articles