James G. Sack (jim) wrote:
>..
> gnuplot works nicely
> 
> gnuplot
> dnuplot> f(x)=x**(log(.5)/log(m))
> gnuplot> set xrange [0:1]
> gnuplot> m=.2; plot f(x)
> gnuplot> m=.8; plot f(x)
> gnuplot> q

simple-minded 3D also easy
--------------------------
gnuplot> f(x,y)=x**(log(.5)/log(y))
gnuplot> set xrange [0:1]
gnuplot> set yrange[0.01:.99]
gnuplot> set zrange [0:1]
gnuplot> splot f(x,y)

Be sure to click your mouse in the plot and drag to change the view!
I like it best viewed from behind.

Regards,
..jim



-- 
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list

Reply via email to