|
[Date Index]
[Thread Index]
[Author Index]
RE: 3D Plots
- To: mathgroup at smc.vnet.net
- Subject: [mg43895] RE: [mg43860] 3D Plots
- From: "David Park" <djmp at earthlink.net>
- Date: Fri, 10 Oct 2003 03:06:07 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
If your data is evenly spaced you can use ListPlot3D. If not, you could use
Interpolation to obtain an InterpolationFunction and then plot that with
Plot3D.
David Park
djmp at earthlink.net
http://home.earthlink.net/~djmp/
From: Ch Akpovo [mailto:akpovo at lmfp.nhmfl.gov]
To: mathgroup at smc.vnet.net
Hello to all,
I have an experimental data of spectrum in the form {wavelength,
intensity} at different voltage on the PMT. I would like to create a 3D
plot of the data. Can anyone help me?
Prev by Date:
Re: 3D Plots
Next by Date:
Re: Pattern matches only when named
Previous by thread:
Re: 3D Plots
Next by thread:
Re: 3D Plots
|