| Author |
Comment/Response |
Alexander
|
11/27/07 3:05pm
I can't make ListPlot3D work properly with even simple example:
a8 = Table[{i, i/2, i*Sin[i]}, {i, 500}];
ListPlot3D[a8]
All I am getting is empty box with axes, but no plot. Do I do some basic mistake here?
Thanks. Alexander
URL: , |
|