Re: [Matplotlib-users] Wide y-axis major tick labels

2009-03-24 Thread Andy Yates
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

[Matplotlib-users] Wide y-axis major tick labels

2009-03-24 Thread Andy Yates
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