|
From: Thomas S. <t.s...@fz...> - 2011-02-09 20:27:10
|
you could use the parametric mode set parametric set xrange [-2:1] set trange [0:1] plot t,sin(t) or use the special filename "+" and the ternary operator set xrange [-2:1] plot '+' using ($1>=0.0?$1:0/0):(sin($1)) gecko9922 wrote: > > Hi guys, > i have a little problem. I want to plot a function, which i got from > fitting some datapoints in just a fixed interval. How can i do this? > > For example: > I want to plot the fitted function (or a function of choice) in an > intervall [0:1] , but xrange should be [-1:2]. > > Thx for your help > -- View this message in context: http://old.nabble.com/Plot-a-function-in-defined-intervall-tp30885587p30886569.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |