Re: [Matplotlib-users] TypeError: can't multiply sequence by non-int of type 'float'

2015年9月28日 14:46:26 -0700

On 2015年09月28日 5:43 AM, Benjamin Root wrote:
> Confirmed using a fairly recent matplotlib checkout. Could you file a
> bug report? This is going to need some investigating.
Line3D.set_3d_properties is not doing anything to turn zs into an 
ndarray; in fact, when zs is a scalar, it is turning it into a list. I 
suspect this is the place to make it an array. Probably better here 
than anywhere farther down. It also looks to me like Line3D.__init__ 
should be using self.set_3d_properties.
------------------------------------------------------------------------------
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to