|
From: Emin.shopper Martinian.s. <emi...@gm...> - 2007-03-07 20:13:16
|
Dear Experts, I'm having a little problem with labels in a bar chart. When I do something like labels = ['one','two','threeeeeeeeeee'] 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 figure. How do I tell pylab to arrange things so that all the labels are visible? Thanks, -Emin |