Suppose I know the height $H$ of a cylindrical helix, the circumference of the (cylinder's) base $C$, and the arc length $L$. I believe this information determines the number of turns (or amount of turn in the case that it's less than $1$.)
How can I use $\cos, \sin$, etc. plotting commands to plot it?
The equation for a helix is, as from Wikipedia at https://en.wikipedia.org/wiki/Helix#Mathematical_description ,
$$ x=cos(t),\quad y=sin(t),\quad z=t$$
And then based on Matplotlib's plot3d code, I think the following should work: