|
From: Pau <vim...@go...> - 2013-01-22 02:11:07
|
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 http://matplotlib.org/mpl_examples/mplot3d/contour3d_demo3.hires.png The code is http://matplotlib.org/mpl_examples/mplot3d/contour3d_demo3.py But I have no idea where to start... some help would be appreciated... thanks |