Skip to content

ListLinePlot3D

ListLinePlot3D( { list-of-lines } )

generate a JavaScript list plot 3D control for the list-of-lines.

Note: This feature is available in the console app and in the web interface.

Examples

In the console apps, this command shows an HTML page with a JavaScript list plot control.

>> ListLinePlot3D({{0,1,0}, {1,0,2}, {1,1,2}, {2,2,-3}, {2,20,3}})

JSForm, ListPointPlot3D, Manipulate, ParametricPlot, Plot, Plot3D

Implementation status

  • 🧪 - experimental

Github