MathGroup Archive 2007

[Date Index] [Thread Index] [Author Index]

Search the Archive

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









  • Prev by Date: Re: Manipulate menu items from FrontEnd?
  • Next by Date: Re: Plot "not working"
  • Previous by thread: Re: ListSurfacePlot3D in Mathematica Version 6
  • Next by thread: Re: ListSurfacePlot3D in Mathematica Version 6