|
From: audaculus <max...@gm...> - 2011-07-18 20:08:03
|
I told gnuplot to plot the following function in this way: "f(x)= 1/(sqrt(1+(x*47*1*1e-6)**2)) set zero 1e-20 set samples 1000 plot f(x)" and it works perfectly.........but after changing my axes by adding "set yrange[0:10]" or some measured points, for instance, it rounds my function to the constant f(x)=1........how can I avoid this? -- View this message in context: http://old.nabble.com/another-syntax-problem-tp32085746p32085746.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |