I have an array of 70 rows and several hundred columns of data. I'm trying to graph it but can't seem to get dplot to read the data correctly. Probably missed something obvious because excel's graphing tool automatically creates the surface after choosing the 3d surface option. My data looks something like this:
1.2399 1.9485 2.3559 2.5961
1.2857 2.0167 2.4352 2.681
1.3317 2.0849 2.5142 2.7654
1.3779 2.1531 2.593 2.8493
1.4242 2.2212 2.6714 2.9328
1.4707 2.2893 2.7496 3.0157
where the top left entry is the z-value at x=0 and y=0 and the top right value is the z-value at x=3 and y=0 and so on.
Thanks for your time,
Brian
