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: [mg41559] Re: Simple 3D plot of two points
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Mon, 26 May 2003 05:46:37 -0400 (EDT)
  • Organization: Universitaet Leipzig
  • References: <bamumj$119$1@smc.vnet.net>
  • Reply-to: kuska at informatik.uni-leipzig.de
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,


Show[Graphics3D[{Point[a],Point[b]}]]

??

Regards
  Jens

Jong Choi wrote:
> 
> Dear All,
> This is a simple problem but I don't know what function does it.
> 
> I want to plot 2 points in the 3d space
> a={{1,0,2}};
> b={{10,3,3}};
> 
> Please let me know ASAP.
> Thanks,
> Jong


  • Prev by Date: Re: Simple 3D plot of two points
  • Next by Date: Re: reading variable names and values from a file
  • Previous by thread: Re: Simple 3D plot of two points
  • Next by thread: RE: Simple 3D plot of two points