Re: ListSurfacePlot3D in Mathematica Version 6
- To: mathgroup at smc.vnet.net
- Subject: [mg80790] Re: ListSurfacePlot3D in Mathematica Version 6
- From: John Jowett <John.M.Jowett at gmail.com>
- Date: Sat, 1 Sep 2007 00:38:26 -0400 (EDT)
- References: <fagt5q$8ho$1@smc.vnet.net><fb0ejm$e6c$1@smc.vnet.net>
Ulises,
Thanks for the solution. However I must agree with Maarten
that it is hard to understand why it is needed in my example,
especially as the range of the axes is exactly the same - and clearly
derives from the data - with and without it. I didn't find much
enlightenment by looking up ListPlot3D, DataRange or All in the
documentation.
John
On Aug 28, 8:16 am, ulises <uli... at wolfram.com> wrote:
> Use:
>
> cyl = Table[{z, Sin[x], Cos[x]}, {x, 0, 2 Pi, Pi/10}, {z, 0, 1000,
> 50}];
>
> ListPlot3D[cyl, DataRange -> All]
>
> -Ulises
> WRI