Re: [Matplotlib-users] plotting 3d function

2013-02-01 Thread Pau
Hi, that's true... I have been playing with maxima. I define the function F(x,y,z):=38244.74787*%pi*(x^2+y^2+z^2)^0.125 +1615.975261*%pi*z^2/(x^2+y^2+z^2)^0.875 +(-1292.78021)*%pi*z^2/((x^2+y^2+z^2)^0.875*(1+y^2/x^2)) +1292.78021*%pi*(x^2+y^2+z^2)^0.125/(1+y^2/x^2); then

Re: [Matplotlib-users] plotting 3d function

2013-01-22 Thread Benjamin Root
On Mon, Jan 21, 2013 at 8:06 PM, Pau wrote: > Hi, > > I am somehow new to matplotlib and I am trying to plot this function of x > ,y ,z > > F(x,y,z)= > 38244.74787*Pi*(x^2+y^2+z^2)^.125+1615.975261*Pi*z^2/(x^2+y^2+z^2)^.875-1292.780210*Pi*z^2/((x^2+y^2+z^2)^.875*(1+y^2/x^2))+1292.78*Pi*(x^2+y^2+z

Re: [Matplotlib-users] plotting 3D

2011-12-15 Thread Benjamin Root
On Tue, Dec 13, 2011 at 1:12 PM, Martella, C. wrote: > Hello, > > I have 2D array where each (x, y) cell represents the height of that point > on the Z axis (you can think of it as the map of some mountain chain). > I'd like to get the plot_surface() of this data. What I don't understand > in par

Re: [Matplotlib-users] Plotting 3D, Irregularly Triangulated Surfaces - An Example

2010-09-20 Thread Ian Thomas
On 17 September 2010 16:26, Simon S. Clift wrote: > I have a data set that is in the form of an irregular 2D grid with > associated values, one for each node. I would like to plot this as a > raised surface, with colours that indicate the z-value. Somehow I > didn't find just quite the example

Re: [Matplotlib-users] Plotting 3D skymap surfaces

2007-10-10 Thread Jeff Whitaker
Adam Mercer wrote: > On 09/10/2007, Jeff Whitaker <[EMAIL PROTECTED]> wrote: > > >> Adam: If you can convert your coordinates into latitudes and >> longitudes, then you can plot the data with the basemap tookit on your >> choice of map projection (see >> http://www.scipy.org/Cookbook/Matplotlib

Re: [Matplotlib-users] Plotting 3D skymap surfaces

2007-10-09 Thread Pierre GM
On Tuesday 09 October 2007 20:08:29 Adam Mercer wrote: > On 09/10/2007, Jeff Whitaker <[EMAIL PROTECTED]> wrote: > > Adam: If you can convert your coordinates into latitudes and > > longitudes, then you can plot the data with the basemap tookit on your > > choice of map projection (see > > http://

Re: [Matplotlib-users] Plotting 3D skymap surfaces

2007-10-09 Thread Adam Mercer
On 09/10/2007, Jeff Whitaker <[EMAIL PROTECTED]> wrote: > Adam: If you can convert your coordinates into latitudes and > longitudes, then you can plot the data with the basemap tookit on your > choice of map projection (see > http://www.scipy.org/Cookbook/Matplotlib/Maps for an example). Followi

Re: [Matplotlib-users] Plotting 3D skymap surfaces

2007-10-09 Thread Adam Mercer
On 09/10/2007, Jeff Whitaker <[EMAIL PROTECTED]> wrote: > Adam: If you can convert your coordinates into latitudes and > longitudes, then you can plot the data with the basemap tookit on your > choice of map projection (see > http://www.scipy.org/Cookbook/Matplotlib/Maps for an example). Thats j

Re: [Matplotlib-users] Plotting 3D skymap surfaces

2007-10-09 Thread Jeff Whitaker
Adam Mercer wrote: > Hi > > I have some skymap data, i.e. theta, phi and some intensity that I > would like to plot on the surface of a sphere, does matplotlib support > plotting on the surface of a sphere? I've looked through the examples > and can't seem to find anything. > > Any help would be g