Re: Asking you how to...
- To: mathgroup at smc.vnet.net
- Subject: [mg19554] Re: [mg19538] Asking you how to...
- From: "Andrzej Kozlowski" <andrzej at tuins.ac.jp>
- Date: Wed, 1 Sep 1999 23:06:57 -0400
- Sender: owner-wri-mathgroup at wolfram.com
Presumably what you wan tto use is ScatterPlot3D from the package Graphics`Graphics3D` (in Standard Packages). Note that you can set the option PlotJoined->True. -- Andrzej Kozlowski Toyama International University JAPAN http://sigma.tuins.ac.jp http://eri2.tuins.ac.jp ---------- >From: Huberto Closs <huberto at las.inpe.br> To: mathgroup at smc.vnet.net >To: mathgroup at smc.vnet.net >Subject: [mg19554] [mg19538] Asking you how to... >Date: Tue, Aug 31, 1999, 5:52 AM > > Dear Sir, > > I am having a hard time to find out how to use Mathematica to plot > experimental Physics results which consist of a set of lines with > three measured numbers each, respectively corresponding to > > DataX DataY DataZ[DataX,DataY] > > that is, where DataZ is a measured quantity whose two-dimensional > dependence on variables DataX and DataY should be graphically > displayed through three-dimensional and contour plots of DataZ as a > function of DataX and DataY. Please note, however, that DataX and > DataY are not evenly spaced, so that I cannot just take DataZ as an > array and use ReadList and ListPlot3D or ListContourPlot to draw > graphics showing DataZ dependence on DataX and DataY. > > I am using Mathematica Version 2.2. Please, tell me how to do it. > > Sincerely yours, > > Huberto Closs > > > >