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);

Re: [Matplotlib-users] plotting 3d function

2013-01-22 Thread Benjamin Root
On Mon, Jan 21, 2013 at 8:06 PM, Pau vim.u...@googlemail.com wrote: Hi, I am somehow new to matplotlib and I am trying to plot this function of x ,y ,z F(x,y,z)=

[Matplotlib-users] plotting 3d function

2013-01-21 Thread Pau
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^2)^.125/(1+y^2/x^2) in a similar way as