I know I can use Matlab for this. But my question is that is there any dedicated 3D plotting software for Mac, which can to generate surface and contour plots from a spread sheet file.
|
feedback
|
migrated from stackoverflow.com Mar 23 '11 at 17:22
This question came from our site for professional and enthusiast programmers.
|
Have a look at Google Sketchup, 3D modeling software. Free and pro versions...
| |||
|
feedback
|
|
R could be a nice alternative, check some of the possibilities of quantmod, rgl and scatterplot3d. If you need a dedicated program for your purposes, you could write your customized functions and call the R script from command line, or if you insist on using GUI, that could be also achieved. | |||
feedback
|