Re: [matplotlib-devel] Numeric support broken?

2006-11-14 Thread John Hunter
> "Norbert" == Norbert Nemec <[EMAIL PROTECTED]> writes: Norbert> Thanks for clearing this up. Coding with three different Norbert> numeric libraries in mind certainly is tricky... :-( This is another good example of the benefits of duck typing -- using "iterable" rather than "hasatta

Re: [matplotlib-devel] Numeric support broken?

2006-11-14 Thread Norbert Nemec
Thanks for clearing this up. Coding with three different numeric libraries in mind certainly is tricky... :-( Eric Firing wrote: > This is fixed now in SVN. The problem was that Numeric arrays lack a > "len" attribute, and "hasattr(xmin, 'len')" was being used to find out > whether xmin is a sca