I’m creating a bar chart with matplotlib-0.91 (for the first time) but the y axis labels are being cut off. If I increase the width of the figure enough they eventually show up completely but then the output is not the correct size.
Any way to deal with this?
I think I ran into a similar problem.
See if this helps adjusting the label’s font size:
For the bar width, if your using pyplot.bar it looks like you can play with the width attribute.