Re: [Matplotlib-users] problem / bug with LogLocator in rev8732

2010-10-07 Thread Michael Droettboom
Thanks for bringing this to my attention. The fix was for symlog, but inadvertently broke log. Your suggested fix is nice, but it doesn't have exactly the same behavior as what it used to do. My fix (in r8733) is to basically restore the old code in the case of regular log, and only use the

[Matplotlib-users] problem / bug with LogLocator in rev8732

2010-10-07 Thread Matthias Michler
Hello list, I run into trouble with the resent svn version using logarithmic scaling as before. This is probably due to the changes from rev 8730 to 8732, where in the ticker,py the line ticklocs = self._transform. ... was added. Running my program I get the following AttributeError: File

Re: [Matplotlib-users] problem / bug with LogLocator in rev8732

2010-10-07 Thread Matthias Michler
On Thursday October 7 2010 12:06:26 Matthias Michler wrote: > Hello list, > > I run into trouble with the resent svn version using logarithmic scaling as > before. This is probably due to the changes from rev 8730 to 8732, where in > the ticker,py the line > > ticklocs = self._transform. ... > >