Re: [Matplotlib-users] tick labels fall off the figure

2007-03-07 Thread Darren Dale
On Wednesday 07 March 2007 03:13:13 pm Emin.shopper Martinian.shopper wrote: > Dear Experts, > > I'm having a little problem with labels in a bar chart. When I do something > like > > labels = ['one','two','threee'] > pylab.bar(range(len(labels)),range(len(labels))) > pylab.xticks(range(len

[Matplotlib-users] tick labels fall off the figure

2007-03-07 Thread Emin.shopper Martinian.shopper
Dear Experts, I'm having a little problem with labels in a bar chart. When I do something like labels = ['one','two','threee'] pylab.bar(range(len(labels)),range(len(labels))) pylab.xticks(range(len(labels)),labels,rotation='vertical') the long label isn't completely visible in the figu