I've got a few figures that I'm saving to a PDF file with Matplotlib's PdfPages backend. Unfortunately some of my figures are being inserted into the PDF file with a good portion of the y axis labels truncated. How do I specify that additional space should be added to avoid the label truncation? I've tried invoking the subplot_adjust command and passing left= and pad= parameters to no avail.
Any additional suggestions are most welcome!
Chris