GNU Info

Info Node: (gnuplot.info)thru

(gnuplot.info)thru


Next: using Prev: special-filenames Up: data-file
Enter node , (file) or (file)node

 The `thru` function is provided for backward compatibility.

 Syntax:
       plot 'file' thru f(x)

 It is equivalent to:

       plot 'file' using 1:(f($2))

 While the latter appears more complex, it is much more flexible.  The more
 natural

       plot 'file' thru f(y)

 also works (i.e. you can use y as the dummy variable).

 `thru` is parsed for `splot` (Note: splot ) and  `fit` (Note: fit ) but
 has no effect.



automatically generated by info2www version 1.2.2.9