JavaView Logo  
Home Demos Applications Tutorial Download Help Feedback

ScatterPlot3D.

JavaView Snapshot Mathematica Snapshot
JavaView Applet JavaView Lite Applet
Join the points of the same list with a thicker line. In[1]:= <<Graphics`Graphics3D`
In[2]:= lpts = Table[{t Cos[t], t Sin[t], t}, {t, 0, 4Pi, Pi/20}];
In[3]:= scl = ScatterPlot3D[lpts, PlotJoined -> True, PlotStyle -> Thickness[0.01]]

In[4]:= JavaView[scl]


© 1999-2005 Last modified: 03.10.2005 --- http://www.javaview.de --- The JavaView Project