John Hunter wrote:
> On Thu, Jan 15, 2009 at 4:58 PM, Ryan May wrote:
>
>> Ok, my debugging tells me the problem comes down to the units support,
>> specifically this code starting at line 130 in units.py:
>>
>>if converter is None and iterable(x):
>># if this is anything but
Ryan May wrote:
> Ok, my debugging tells me the problem comes down to the units support,
> specifically this code starting at line 130 in units.py:
>
> if converter is None and iterable(x):
> # if this is anything but an object array, we'll assume
> # there are no
On Thu, Jan 15, 2009 at 4:58 PM, Ryan May wrote:
> Ok, my debugging tells me the problem comes down to the units support,
> specifically this code starting at line 130 in units.py:
>
>if converter is None and iterable(x):
># if this is anything but an object array, we'll assum
Ryan May wrote:
> Neal Becker wrote:
>> What's wrong here?
>> This code snippet:
>>
>> from pylab import plot, show
>> print Id
>> print pout
>>
>> plot (Id, pout)
>> show()
>>
>> produces:
>> ['50', '100', '150', '200', '250', '300', '350', '400', '450', '500', '550',
>> '600', '650', '700', '750
Neal Becker wrote:
> What's wrong here?
> This code snippet:
>
> from pylab import plot, show
> print Id
> print pout
>
> plot (Id, pout)
> show()
>
> produces:
> ['50', '100', '150', '200', '250', '300', '350', '400', '450', '500', '550',
> '600', '650', '700', '750', '800', '850', '900', '950