plot3d_parametric_line(cos(t), sin(t), t, (t, -5, 5))
# Expected:
## Plot object containing:
## [0]: 3D parametric cartesian line: (cos(t), sin(t), t) for t over (-5, 5)
