MathGroup Archive 2003

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

Search the Archive

Re: Simple 3D plot of two points

  • To: mathgroup at smc.vnet.net
  • Subject: [mg41544] Re: Simple 3D plot of two points
  • From: Bill Rowe <listuser at earthlink.net>
  • Date: Mon, 26 May 2003 05:46:23 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

On 5/24/03 at 1:03 AM, jxc91 at po.cwru.edu (Jong Choi) wrote:

> I want to plot 2 points in the 3d space 
> a={{1,0,2}}; 
> b={{10,3,3}};

Try

<<Graphics`Graphics3D`;
ScatterPlot3D[{{1, 0, 2}, {10, 3, 3}}];


  • Prev by Date: ListSurfacePlot3D shades
  • Next by Date: Re: Simple 3D plot of two points
  • Previous by thread: Re: Simple 3D plot of two points
  • Next by thread: Re: Simple 3D plot of two points