wrap a density plot on a sphere
- To: mathgroup at smc.vnet.net
 - Subject: [mg131985] wrap a density plot on a sphere
 - From: Danny Barker <danny.barkan at gmail.com>
 - Date: Mon, 11 Nov 2013 00:05:32 -0500 (EST)
 - 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
 
Dear all
I have a data set in the form of a list: { {Theta1,Phi1,f1},{Theta2,Phi2,f2}, ... } which i would like to present as a density/Contour plot on the surface of a sphere
i read past posts and tried using 
SphericalPlot3D[1, {t, 0, 2 Pi}, {p, 0, Pi}, 
 ColorFunction -> Function[{x, y, z, t, p, r}, Hue[f[t, p]]], 
 Mesh -> 10, MeshFunctions -> {Function[{x, y, z, t, p, r}, f[t, p]]}]
but can't seem to get it right...
thanks in advance for your help
- Follow-Ups:
- Re: wrap a density plot on a sphere
- From: Bob Hanlon <hanlonr357@gmail.com>
 
 
 - Re: wrap a density plot on a sphere