From: <pl...@pi...> - 2007-05-23 14:43:24
|
On Wed, 23 May 2007 11:09:23 +0200, admin RZI Wrocław <ad...@rz...> wrote: > Hi, > > i have: > > m1=800 > sigma1=40 > m2=330 > sigma2=17 > # Rozklad gaussa > f(x)=1/(sigma1*sqrt(6.28))*exp(-1*((x-m1)**2)/(2*sigma1**2)) > # Rozklad lognormalny > g(x)=(1/(x*sigma2*sqrt(6.28))*exp(-1*((log(x)-m2)**2)/(2*sigma2**2))) > splot f(x)*g(y) > > my question: > > what way can I add the any line being in the horizontal plane to > the 3D graph in? without looking at the details , why not just make your 2D data 3D by adding a fixed Z coord where you want it to appear? > > Best regards > Wieslaw Palczewski > > ***** > Wieslaw, J. Palczewski (Ph.D.) > ul. Karpacka 18A; 54-617 Wroclaw > tel./fax (071) 357 46 79 -COMVIDEO P.U.-H. > www.comvideo.pl > tel. priv. (071) 357 98 37 kom. 0501 433 775 BTW you tel priv. wont be priv very long if you post to public mailing lists with a sig like that. |