Home > database >  How to generate a 3D helix from a helical line?
How to generate a 3D helix from a helical line?

Time:10-16

I have x, y and z coordinates of a helical line like the blue line in the figure. The coordinates are 1D arrays. How can I convert this helical line to a helix surface like the one in the figure and plot it as a surface plot using matplotlib?

enter image description here

  • Related