MathGroup Archive 2007

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

Search the Archive

Re: ListSurfacePlot3D in Mathematica Version 6

  • To: mathgroup at smc.vnet.net
  • Subject: [mg80651] Re: ListSurfacePlot3D in Mathematica Version 6
  • From: ulises <ulises at wolfram.com>
  • Date: Tue, 28 Aug 2007 02:08:56 -0400 (EDT)
  • References: <fagt5q$8ho$1@smc.vnet.net><falt3e$gmc$1@smc.vnet.net>

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: Global Variables in Options?
  • Next by Date: Manipulate menu items from FrontEnd?
  • Previous by thread: Re: ListSurfacePlot3D in Mathematica Version 6
  • Next by thread: Re: Re: ListSurfacePlot3D in Mathematica Version 6