3D plot
Posted: Wed Oct 06, 2010 10:43 pm
I know how to plot a 3D surface from a straight list of X,Y,Z values in a .csv file.
But how would I plot a 3D surface when the .csv file contains the data arranged in an M * N array with the X-values across the top,
Y-values down the left side, (possibly a table name in the upper left corner), (possibly the axis names),
and the rest of the array is all the Z-values for intersecting X and Y values (rows and columns)...?
Would I have to convert this array into a list of X,Y,Z values (i.e. list out every point in the M * N array)...?
For example, my data looks like this (see images), I want to plot it in 3D in DPlot.


How do I attached .csv file...?
But how would I plot a 3D surface when the .csv file contains the data arranged in an M * N array with the X-values across the top,
Y-values down the left side, (possibly a table name in the upper left corner), (possibly the axis names),
and the rest of the array is all the Z-values for intersecting X and Y values (rows and columns)...?
Would I have to convert this array into a list of X,Y,Z values (i.e. list out every point in the M * N array)...?
For example, my data looks like this (see images), I want to plot it in 3D in DPlot.


How do I attached .csv file...?