RE: Simple 3D plot of two points
- To: mathgroup at smc.vnet.net
- Subject: [mg41550] RE: [mg41517] Simple 3D plot of two points
- From: "John C. Erb, Ph.D." <John_C_Erb at prodigy.net>
- Date: Mon, 26 May 2003 05:46:27 -0400 (EDT)
- Reply-to: <John_C_Erb at prodigy.net>
- Sender: owner-wri-mathgroup at wolfram.com
Jong,
Try
Show[Graphics3D[{AbsolutePointSize[10],RGBColor[1,0,0],
Map[Point,{{1,0,2},{10,3,3}}]}]]
John C. Erb
Email: John_C_Erb at prodigy.net
-----Original Message-----
From: Jong Choi [mailto:jxc91 at po.cwru.edu]
To: mathgroup at smc.vnet.net
Subject: [mg41550] [mg41517] Simple 3D plot of two points
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