Reference: drawLines3
drawLines3(S) plots the set S ⊂ R^3 in the 3D visualization window, and connects the points using lines.
drawLines(S, s) plots the set S ⊂ R^3 in the 3D visualization window, and connects the points using lines, and using the style (CSS) s.
Examples: A circular helix with radius 3 and pitch π
helix ≔ createImage("❨3⋅cos(t), 3⋅sin(t), t/2❩", "t", [-30, 30, 0.01])
drawLines3("helix")