MathGroup Archive 2005

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

Search the Archive

ListSurfacePlot3D

  • To: mathgroup at smc.vnet.net
  • Subject: [mg61495] ListSurfacePlot3D
  • From: "Nathan Moore" <nmoore at physics.umn.edu>
  • Date: Wed, 19 Oct 2005 23:08:17 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

Hello,

I'd like to plot a surface defined by a list of {x,y,z} triplets.  At
present, I'm seeing an error that seems rather strange.

I generate a list of data and import it into Mathematica (a small sample
follows),

data = {
{0.1,10.0, 562.962998},
{0.2, 10.0, 907.662163},
{0.3,1.4, 259.394802},
{0.4, 1.4, 260.02852}}

Then I load the appropriate package,

<< Graphics`Graphics3D`

and then generate a plot,

ListSurfacePlot3D[data]

Unfortunately at this stage I end up with an empty box and multiple
errors, all of form,

Graphics3D::"nlist3": "0.1` is not a list of three numbers."

Please, What does this error mean?  "data" is certainly a list of triplets.

regards,

Nathan Moore
University of Minnesota Physics


  • Prev by Date: Re: Desperate help
  • Next by Date: Re: Unsorted Union
  • Previous by thread: Re: regress versus fit - force through zero/force constant term to zero
  • Next by thread: Re: ListSurfacePlot3D