|
From: Thomas S. <t.s...@fz...> - 2011-02-23 16:34:26
|
you could use the special filename "+" and the ternary operator set xrange [-2:1] plot '+' using ($1>=0.0?$1:0/0):(sin($1)) Nicolas Bock wrote: > > Hello list, > > I have a data set that I fit a function to. Suppose now that I want to > limit the range this function is plotted to something less than the > xrange I am using, i.e. can I specify a separate xrange for the > function than what I am using for the data? > > nick > > ------------------------------------------------------------------------------ > Free Software Download: Index, Search & Analyze Logs and other IT data in > Real-Time with Splunk. Collect, index and harness all the fast moving IT > data > generated by your applications, servers and devices whether physical, > virtual > or in the cloud. Deliver compliance at lower cost and gain new business > insights. http://p.sf.net/sfu/splunk-dev2dev > _______________________________________________ > gnuplot-info mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > > -- View this message in context: http://old.nabble.com/limit-the-range-of-functions-tp30990614p30996519.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |