Re: [Matplotlib-users] cbook.is_scalar('foo') is False

2008-11-20 Thread Eric Firing
Cyrille Rosset wrote: > Hello, > > It seems to me there is a bug in matplotlib 0.98.3 (or at least a > change from previous version). > > >>> matplotlib.cbook.is_scalar('foo') > False > > I would expect this to be True (otherwise, > matplotlib.cbook.flatten(['foo']) enters an infinite recur

[Matplotlib-users] cbook.is_scalar('foo') is False

2008-11-20 Thread Cyrille Rosset
Hello, It seems to me there is a bug in matplotlib 0.98.3 (or at least a change from previous version). >>> matplotlib.cbook.is_scalar('foo') False I would expect this to be True (otherwise, matplotlib.cbook.flatten(['foo']) enters an infinite recursive loop). It used to be (0.98.0): r