hing like "fig.subplots_adjust(left=0.2)" would work.
>
> -JJ
>
>
>
> On Tue, Mar 24, 2009 at 11:43 AM, Andy Yates wrote:
>> I am trying to generate plots where the y-axis major tick labels are
>> date/times. My tick labels are getting cut off. How can I set
I am trying to generate plots where the y-axis major tick labels are
date/times. My tick labels are getting cut off. How can I set a
larger area on the left to allow room for my entire date time stamps?
fig = Figure()
canvas = FigureCanvas(fig)
ax = fig.add_subplot(111)
ax.plot(x