From: Nusret B. <nus...@gm...> - 2010-04-13 02:28:42
Hello,
I was wondering if gnuplot take x-axis values from file, say "X.dat", and
y-axis values from another file, say "Y.dat". If yes, what is the syntax?
Thank you.
Nusret
From: Thomas S. <t.s...@fz...> - 2010-04-14 09:07:15
combine the two file outside gnuplot:
plot "< paste X.dat Y.dat"
if you are using a windows system you may need to
install 'gnuwin32' to be able to use the 'paste' program.
Nusret BALCI-3 wrote:
>
> Hello,
> I was wondering if gnuplot take x-axis values from file, say "X.dat", and
> y-axis values from another file, say "Y.dat". If yes, what is the syntax?
> Thank you.
> Nusret
> ------------------------------------------------------------------------------
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> gnuplot-info mailing list
> gnu...@li...
> https://lists.sourceforge.net/lists/listinfo/gnuplot-info
>
>
--
View this message in context: http://old.nabble.com/separate-x-axis-and-y-axis-data-files-tp28234284p28240160.html
Sent from the Gnuplot - User mailing list archive at Nabble.com.