Plotting a straight line in a 3D plot
- To: mathgroup at smc.vnet.net
- Subject: [mg80996] Plotting a straight line in a 3D plot
- From: kheimon <kheimon at gmail.com>
- Date: Fri, 7 Sep 2007 02:08:36 -0400 (EDT)
Is there any way, in Mathematica, I can plot a straight line in a 3D plot environment? For example: Plot3D[{{y = 1 - x, z = y - 1}}, {x, -5, 5}, {y, -5, 5}] plots two surfaces, not their intersection (which is a straight line). Thank you in advance.