I'm using automatic labeling (CPTAxisLabelingPolicyAutomatic) with the CPTCalendarFormatter formatter to format my x axis - so far so good.
However, my graph is full width in it's container and because of that, the 2 labels at the edges of the plot are being clipped. See below:

Is there a simple way to format the padding on the first and last label, so that they sit within the graph, rather than extending beyond it?
Thanks!