ListPlot3D Scatter Plot
- To: mathgroup at smc.vnet.net
- Subject: [mg61157] ListPlot3D Scatter Plot
- From: dkjk at bigpond.net.au
- Date: Tue, 11 Oct 2005 04:49:54 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Hi group,
I have an array of the form
Table[f[i,j],{i,0,100},{j,100}]
which I would like to plot as a three-dimensional scatter plot. I am
aware of ScatterPlot3D, but this will not accept an array argument of
this form.
Any help is appreciated.
Thanks in advance.
James