Re: Re: ListSurfacePlot3D in Mathematica Version 6
- To: mathgroup at smc.vnet.net
- Subject: [mg80678] Re: [mg80651] Re: ListSurfacePlot3D in Mathematica Version 6
- From: "Maarten van der Burgt" <maarten.vanderburgt at icos.be>
- Date: Tue, 28 Aug 2007 06:42:04 -0400 (EDT)
Ulises, Can you, or anyone else, explain why the cylinder does not show up in the graphics, while the axes remain the same, when I omit the option DataRange -> All in the ListPlot3D function? Thanks, Maarten Use: cyl = Table[{z, Sin[x], Cos[x]}, {x, 0, 2 Pi, Pi/10}, {z, 0, 1000, 50}]; ListPlot3D[cyl, DataRange -> All] -Ulises WRI