Re: [Matplotlib-users] overlapping ticks in x axis

2013-03-05 Thread Sterling Smith
Vineeth, I think that you are looking for from matplotlib.ticker import MaxNLocator -Sterling On Mar 3, 2013, at 5:38PM, vineeth wrote: > Hello, > > I have attached the histogram that I generated. When specifying large numbers > like 1000 or more, the xticks tend to overlap and it gives a clu

Re: [Matplotlib-users] overlapping ticks in x axis

2013-03-05 Thread Vineeth Rakesh
Sterling, Thank you, ya I got it working using MaxNLocator On Tue, Mar 5, 2013 at 12:49 PM, Sterling Smith wrote: > Vineeth, > > I think that you are looking for > from matplotlib.ticker import MaxNLocator > > -Sterling > > On Mar 3, 2013, at 5:38PM, vineeth wrote: > > > Hello, > > > > I have a