3D plot visualisation
Hello,
I am trying to do a 3d plot of an m x n matrix. I know that each point is plotted as an elevation on the z axe versus its respecctive row (x axis) and column y axis index. The values in the matrix are very diffrent, i mean i have -62 1.2 1 and 5.7 *10^9, and i don't find for example the poin (1,1,-62) on the plot. Is it because the max values are so diffrent from the min values? Thank you

