Re: help
- To: mathgroup@smc.vnet.net
- Subject: [mg10992] Re: [mg10966] help
- From: seanross@worldnet.att.net
- Date: Mon, 16 Feb 1998 03:39:59 -0500
- References: <199802140553.AAA01268@smc.vnet.net.>
Chik Tai Wai David wrote: > > Forget my program last time. I now get my 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 > how to treat my datas ? > > Thank you. > > David. Are you saying that you want to plot the values zn at the coordinates xn, yn? If so, then you just need to switch the order of you data points so that the z value comes first and then use ListPlot3D -- Remove the _nospam_ in the return address to respond.
- References:
- help
- From: Chik Tai Wai David <h9505865@hkusua.hku.hk>
- help