1 | initial version |
I would try by just making a list L
of your points and then plotting points(L)
or point3d(L)
. I believe that list_plot3d
does indeed (intentionally) do what you report, because that is what the analogous Mathematica function does (or did at the time it was written, anyway).