Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

You don't seem to be doing anything wrong.

Another option to get similar output is to use the line3d function.

line3d([(i*math.sin(i), i*math.cos(i), i/3) for i in range(30)], arrow_head=True)