From: John H. <jdh...@ac...> - 2004-12-01 21:01:33
|
>>>>> "Norbert" == Norbert Nemec <Nor...@gm...> writes: Norbert> Hi there, apart from the "gry"-typo, the currect CVS-code Norbert> really is in a broken state after my patch was applied Norbert> and half-way reverted back. (The python2.2-pop problem) Norbert> Possible solutions: Norbert> * change "kwargs.get('xxx',def)" to Norbert> "popd(kwargs,'xxx',def)" and add popd to the import from Norbert> cbook Here is what I committed to CVS earlier today in axes.Axes.legend if len(args)==0: labels = [line.get_label() for line in self.lines] lines = self.lines loc = popd(kwargs, 'loc', 1) and more like it. I think this works... JDH |