From: dasdasd asdasdasd on
Hello to everybody! I have to plot a matrix 10111 x 3 where the first two columns are the points' coordinates and the third column is the value of the point. With that matrix i have take a grid to approximate the plan's portion [0...10,0...10]:

0 0 -0,162093682194603
0 0,1 -0,165728548002140
0 0,2 -0,167755607990236
....
10 9,8 0,0535482539857293
10 9,9 0,0528223670673184
10 10 0,0519024643636819

I hope you understand the meaning of the matrix.
I want to print a graph 3D or 2D with different colours to see where in the plan 10x10 i reach highest value and where the lowest value are localized.
Thank you very much.