Plot 3d data
I've been unable to find any viable solution although I'm quite sure there's an easy one.
I'd like to plot a surface from a matrix with some hundred rows that specify a point each, i.e. x y z. The point3d function does the ranges right but lacks the surface option; list_plot3d provides the surface, but does plot by the row/colum indeces instead of the x,y values.
Which function would do the trick?
Ben
(Edit) As there have been a few views, but no answer: I would appreciate a negative statement as "such a function is not implemented" as well. Thanks.
see https://ask.sagemath.org/question/105...
give us a toy minimal example of the data you want to plot