Re: [Matplotlib-users] LinearLocator

2008-06-03 Thread John Hunter
On Mon, Jun 2, 2008 at 11:44 PM, <[EMAIL PROTECTED]> wrote: > Windows XP SP2 / MPL 0.98 / NumPy 1.1 > > I wrote some code which has the following line > ax1.yaxis.set_major_locator(MLT.LinearLocator(numticks=10)) > > I now get the error > AttributeError: LinearLocator instance has no attribute 've

[Matplotlib-users] LinearLocator

2008-06-03 Thread chuckwhite8
Windows XP SP2 / MPL 0.98 / NumPy 1.1 I wrote some code which has the following line ax1.yaxis.set_major_locator(MLT.LinearLocator(numticks=10)) I now get the error AttributeError: LinearLocator instance has no attribute 'verify_intervals' This was working fine with the previous version of MPL.