From: Gavin B. <gav...@ya...> - 2004-10-18 13:22:22
|
Hi, When you load in a file you generally have a set of number - two columns, in particular, for plot. But you can multiply them by any factor you want... plot 'data.dat' u 1:($2*2) ...for example, will plot the data in columns 1 and 2, but will double the value of the data in the second column. Not too sure if this is what you wanted to know, but I hope it helps. Gavin. Subject: [Gnuplot-info] (no subject) > > Can i use short notations for multiplying factors in > a data file. > ex. 100 mA= 100 x 0.001 A > _______________________________ Do you Yahoo!? Declare Yourself - Register online to vote today! http://vote.yahoo.com |