MathGroup Archive 2013

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: ListPlot3D

  • To: mathgroup at smc.vnet.net
  • Subject: [mg131202] Re: ListPlot3D
  • From: "Mannucci, Anthony J (335G)" <anthony.j.mannucci at jpl.nasa.gov>
  • Date: Mon, 17 Jun 2013 06:26:51 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Delivered-to: l-mathgroup@wolfram.com
  • Delivered-to: mathgroup-outx@smc.vnet.net
  • Delivered-to: mathgroup-newsendx@smc.vnet.net

That's a great response that I will need to study. I agree that there may be some design issues here. This is not "intuitive" as it should be.

There was another good suggestion: use interpolation as in:

z=Interpolation[data[[All,2::]],InterpolationOrder->1];

ParametricPlot3D[{u,u,z[u]},{u,0,1}]

which seems intuitive although I will need to study it.


--
Tony Mannucci
Supervisor, Ionospheric and Atmospheric Remote Sensing Group
 Mail-Stop 138-308,                     Tel > (818) 354-1699
 Jet Propulsion Laboratory,              Fax > (818) 393-5115
 California Institute of Technology,     Email > Tony.Mannucci at jpl.nasa.gov
 4800 Oak Grove Drive,                   http://scienceandtechnology.jpl.nasa.gov/people/a_mannucci/
 Pasadena, CA 91109



  • Prev by Date: Re: Working with arrays
  • Next by Date: Re: ListPlot3D
  • Previous by thread: Re: ListPlot3D
  • Next by thread: Re: ListPlot3D