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
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