From: A on
Hi,
I have a text file with data set in this manner:

x y z value
0.5 0.5 0.5 1.6
1.5 1.8 6.6 3.8
.....
.....

how can I plot this as a 3D plot? if I have something of the form z =
f(x,y), then i create a mesh grid with x and y and use "surf" or
something... I am not sure how to do this one.