|
From: Thomas S. <t.s...@fz...> - 2007-11-09 10:27:57
|
> Now problem is The file called I_outplot has 4 times data than I_indat.txt. I want to plot the data of both the files in a > sigle plot as it should take one sample from I_indat.txt for 4 samples of > I_outplot. I mean the graph ratio should be > 1:4 where I_indat.txt:I_outplot = 1:4 either reproduce the data to have common x-values (e.g. seconds) or use x2axis: set xrange [0:10400] set x2range [0:2600] plot "I_indat.txt" ax x2y1 with lines, "I_outplot" with lines -- View this message in context: http://www.nabble.com/How-to-Fit-two-data-files-in-a-same-range-in-a-sigle-plot-tf4775098.html#a13664422 Sent from the Gnuplot - User mailing list archive at Nabble.com. |