>
|
with(plots):
textplot3d([1,2,3,`one point in 3d`],align = LEFT);
textplot3d({[1,2,3,`one point in 3d`],[3,2,1,`second point in 3d`]});
textplot3d([[1,2,3,`first point in 3d`],[3,2,1,`second point in 3d`]]);
textplot3d([[1,2,3,`first point in 3d`],[3,2,1,`second point in 3d`]],color=green);
|