|
From: Thomas S. <t.s...@fz...> - 2011-07-15 15:37:48
|
the default setting set samples 100 misses x=0: set table plot f(x) ... -0.30303 0.313377 i -0.10101 0.703545 i 0.10101 0.703545 i 0.30303 0.313377 i ... a slightly different sampling set samples 101 includes x=0: set samples 101 plot f(x) ... -0.4 0.242536 i -0.2 0.447214 i 5.55112e-16 1 i 0.2 0.447214 i 0.4 0.242536 i ... audaculus wrote: > > I've got a probably quite simple syntax problem: > > plotting the function f(x)=1.0/(sqrt(1+(x*10)**2)) gnuplot shows a maximum > for f(0) at about 0.70 and not at 1.0 (how it has to be) > > were is the bug? > > thx in anticipation! > -- View this message in context: http://old.nabble.com/syntax-problem-tp32068228p32069303.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |