13 Jun 2012 21:22
matplotlib pylab question - offset bar graph labels
Sean Carolan <scarolan <at> gmail.com>
2012-06-13 19:22:49 GMT
2012-06-13 19:22:49 GMT
I've got a function that builds a bar graph. We are 95% happy with it, but the x-axis tick labels are a little bit skewed to the right. Anyone know how to skew the labels over by 10 or 20 pixels? Here's the code that generates my xticks: xticks(range(len(builds)), users, rotation=30) _______________________________________________ Tutor maillist - Tutor <at> python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor
RSS Feed