Confirmed using a fairly recent matplotlib checkout. Could you file a bug
report? This is going to need some investigating.
As a side note though, the way you are updating the lines by calling
`ax.plot` repeatedly, is bad form. You want to update the lines object
itself, by calling its "set_data()
Shakhti Kannan tries to multiply a list by a float, and Python disagrees.
Le 28/09/2015 17:43, Benjamin Root comments :
> Could you file a bug report? This is going to need some investigating.
==
I suspect that it can be solved without Hercule Poirot.
Convert *at the beginning* your lists x,y,z
On Mon, Sep 28, 2015 at 2:28 PM, Jerzy Karczmarczuk <
jerzy.karczmarc...@unicaen.fr> wrote:
> Shakhti Kannan tries to multiply a list by a float, and Python disagrees.
>
>
Where does he multiply a list by a float? The traceback shows the
multiplication happening much further down in the draw stack
Le 28/09/2015 21:03, Benjamin Root a écrit :
> Where does he multiply a list by a float? The traceback shows the
> multiplication happening much further down in the draw stack.
Look, Benjamin Root, I don't know, and I will not "investigate" where
this operation happens. The diagnosis is a stand
Jerzy,
On Mon, Sep 28, 2015 at 4:25 PM, Jerzy Karczmarczuk <
jerzy.karczmarc...@unicaen.fr> wrote:
>
> Le 28/09/2015 21:03, Benjamin Root a écrit :
>
>> Where does he multiply a list by a float? The traceback shows the
>> multiplication happening much further down in the draw stack.
>>
>
> Look,
On 28/09/15 22:25, Jerzy Karczmarczuk wrote:
>
> Le 28/09/2015 21:03, Benjamin Root a écrit :
>> Where does he multiply a list by a float? The traceback shows the
>> multiplication happening much further down in the draw stack.
>
> Look, Benjamin Root, I don't know, and I will not "investigate"
Dear Pythonistas,
We have just released a new version of the "scipy lecture notes":
http://www.scipy-lectures.org/
These are a consistent set of materials to learn the core aspects of the
scientific Python ecosystem, from beginner to expert. They are written
and maintained by a set of volunteers
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 int