manpagez: man pages & more
info gnuplot
Home | html | info | man
[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

3.14.2.15 thru

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‘ and fit but has no effect.


This document was generated on November 19, 2011 using texi2html 5.0.

© manpagez.com 2000-2024
Individual documents may contain additional copyright information.