|
From: Nicolas B. <nic...@gm...> - 2011-02-23 16:46:58
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Thomas, thanks a lot! I had never heard of that special file before, many thanks for pointing it out to me. nick On 02/23/11 09:34, Thomas Sefzick wrote: > > 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 >> >> > -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk1lOfgACgkQf15tZKyRylJObACffGHURTGkIqA+wFT7VT6OkB4A PukAoJzyy93Sq79iX7SE4SOwKgRvrNtF =WhbH -----END PGP SIGNATURE----- |