MathGroup Archive 2001

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

Search the Archive

Re: ScatterPlot3D/Plot3D

  • To: mathgroup at smc.vnet.net
  • Subject: [mg28675] Re: [mg28669] ScatterPlot3D/Plot3D
  • From: Hugh Walker <hwalker at gvtc.com>
  • Date: Tue, 8 May 2001 02:51:12 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

ScatterPlot3D is a function in the AddOn Package Graphics`Graphics3D` which
is not automatically loaded at startup. Let data be the 3 x n list one
wants to display. The code that follows should do it.

<<Graphics`Graphics3D`
ScatterPlot3D[data]

Peter Lindsay, pl at plindsay.co.uk, asked

<I've got ~ 10,000 coordinates (x, y, z) in a text file. The coordinates are
not linearly spaced and I want to see how they look on a 3D plot.

I'm struggling a bit with the syntax, book 4 is remarkaby unhelpful about
scatterplot3d.

Any advice appreciated,>

Best


    ==

Hugh Walker
Gnarly Oaks




  • Prev by Date: Problem: Can't get resize/bounding box to stay on graphics
  • Next by Date: Re: Simple indefinite integral disagrees with table
  • Previous by thread: Re: ScatterPlot3D/Plot3D
  • Next by thread: Re: ScatterPlot3D/Plot3D