- #1
- 10
- 0
Hey.
Is it possible to plot a line in 3D from one point to another?
The source of the points is a list.
Is it possible to plot a line in 3D from one point to another?
The source of the points is a list.
If your long list of points is in a variable called dat (i.e. dat={{3,6,5},{2,4,1},{3,5,4},{6,7,4},{3,2,1},{1,1,1}}) thenI have a long list with points from an external file. How can i do this?
{{3,6,5},{2,4,1},{3,5,4},{6,7,4},{3,2,1},{1,1,1},...}