|
From: Thomas S. <t.s...@fz...> - 2010-04-14 09:12:12
|
that's done automatically. each input line is numbered. if you want to plot specific data only, have a look at the 'every' option of the 'plot' command. if you want to use the automatic data numbering use the 'using' option of the 'plot' command: 'plot ... using 0:...' Nusret BALCI-3 wrote: > > Is the following possible? > > I have two data files: U.dat and V.dat. > Each contain one single column. Say, 100 values each. > > My question is: Is it possible to instruct gnuplot to take the parameter > t to be integers 1,2,3,....,100, > U(t = i) be the ith value in the data file U.dat, > V(t = i) be the ith value in the data file V.dat > > 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/parametric-plot-with-data-files-instead-of-functions-tp28234288p28240202.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |