|
From: Nicolas B. <nic...@gm...> - 2011-02-27 19:22:42
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Thanks Thomas, I wasn't aware of the possibility of running commands and using their output as "files". Very nice! Thanks again for your help, nick On 02/27/11 11:55, Thomas Sefzick wrote: > > 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: >> > 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 >> - ------------------------------------------------------------------------------ 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/ iEYEARECAAYFAk1qpHcACgkQf15tZKyRylJ8PQCfZsrKgLWyZDTmtL9xXnbJNiOW 7GYAoJrOQNJ4AIT36aV/lYGWmNTu8Pwz =LdUX -----END PGP SIGNATURE----- |