3 D plot
- To: mathgroup at smc.vnet.net
- Subject: [mg42519] 3 D plot
- From: bhatya21 at hotmail.com (charu bhat)
- Date: Sat, 12 Jul 2003 05:19:21 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
I have data in the following format: {x,y, f(x,y)} Thus I have a file with data like: { 0.000000000000000E+000, 0.000000000000000E+000, 5.490250000000000E-005}, { 0.000000000000000E+000, 0.100000000000000 , 5.490250000000000E-005}, { 0.000000000000000E+000, 0.200000000000000 , 5.490250000000000E-005}, { 0.000000000000000E+000, 0.300000000000000 , 5.490250000000000E-005}, { 0.000000000000000E+000, 0.400000000000000 , 5.490250000000000E-005}, { 0.000000000000000E+000, 0.500000000000000 , 5.490250000000000E-005}, { 0.000000000000000E+000, 0.600000000000000 , 5.490250000000000E-005}, { 0.000000000000000E+000, 0.700000000000000 , 5.490250000000000E-005}, { 0.000000000000000E+000, 0.800000000000000 , 5.490250000000000E-005}, { 0.000000000000000E+000, 0.900000000000000 , 5.490250000000000E-005}, { 0.000000000000000E+000, 1.00000000000000 , 5.490250000000000E-005}, { 0.000000000000000E+000, 1.10000000000000 , 5.490250000000000E-005}, { 0.000000000000000E+000, 1.20000000000000 , 5.490250000000000E-005}, { 0.000000000000000E+000, 1.30000000000000 , 5.490250000000000E-005}, { 0.000000000000000E+000, 1.40000000000000 , 5.490250000000000E-005}, I want to plot surface plot for this data. Thus each point on the surface should represent f(x,y) value for the point x,y on the xy plane.