Re: plot graph
- To: mathgroup@smc.vnet.net
- Subject: [mg11100] Re: [mg11037] plot graph
- From: seanross@worldnet.att.net
- Date: Sun, 22 Feb 1998 14:55:26 -0500
- References: <199802190131.UAA27953@smc.vnet.net.>
Irene Cheung wrote:
>
> I have a set of solutions. I partitioned them 3 by 3 :
> {{x1,y1,z1},{x2,y2,z2},{x3,y3,z3},{x4,y4,z4},...}. I want to plot a 3D
> graph. I know ListPlot[] can treat {{x1,y1},{x2,y2},...}. But
> ListPlot3D[] does not give the graph I want. What is wrong ? I am
> using Mathematica 3.0 .
>
> Give an example, I think
> ListPlot3D[{{1,10,100},{2,20,200},{3,30,300},{4,40,400}}] should show a
> straight line. But it doesn't.
>
> Thanks for help.
> David Chik. ( email : h9505865@hkusua.hku.hk )
ListPlot3D plots surfaces rather than lines. If you want to see a line
in 3-D space, then you need ScatterPlot3D with the PlotJoined option
turned on.
--
Remove the _nospam_ in the return address to respond.
- References:
- plot graph
- From: h9302431@hkusua.hku.hk (Irene Cheung)
- plot graph