|
From: Thomas S. <t.s...@fz...> - 2011-02-27 18:55:48
|
plot "< join file1.dat file2.dat" using 1:($2+$3) with linespoints if 'file1.dat' has more than 2 entries per line you need to increase the '$3' in the 'using' option. the 'join' command is in the 'gnu coreutils' which are normally installed on every linux-system, for windows you need to install it (search for 'GnuWin'). Nicolas Bock wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hello list, > > is it possible to combine data from different files in one plot > statement? I am looking for something like this: > > plot using column(1,file1.dat):(column(2,file1.dat)+column(2,file2.dat)) > with linespoints > > Thanks already, > > nick > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2.0.17 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ > > iEYEARECAAYFAk1pMqIACgkQf15tZKyRylLnQgCghA8YpGFWL/otR9+RwWD3nQuq > 41gAoNTDUR6WCdvdvFyV1rJgZDEaMbNv > =e2Sx > -----END PGP SIGNATURE----- > > ------------------------------------------------------------------------------ > 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/combining-data-from-different-input-files-tp31020861p31026496.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |