|
From: John H. <jd...@gm...> - 2007-11-26 21:53:17
|
On Nov 26, 2007 3:49 PM, Christopher Barker <Chr...@no...> wrote: > Hi all, > > I just noticed this in axes.py in SVN head, line 185: > > def __call__(self, *args, **kwargs): > > if self.axes.xaxis is not None and self.axes.xaxis is not None: > > > I imagine that's supposed to check for xaxis and yaxis, not xaxis twice! Yep, you are right. Thanks for catching it! Foxed in r4457 |