next up previous contents
Next: 26.1.7 Using Up: 26.1 Data-file Previous: 26.1.5 Special-filenames

26.1.6 Thru

thru 関数は前のバージョンとの互換性のために用意されています。

書式:

     plot 'file' thru f(x)

これは次と同様です:


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

後者の方がより複雑に見えますが、この方が柔軟性を持っています。さらに 自然な


     plot 'file' thru f(y)

も動作します (すなわち、y をダミー変数として使うことができます)。

thrusplotfit でも通りますが、何の効果も持ちません。


next up previous contents
Next: 26.1.7 Using Up: 26.1 Data-file Previous: 26.1.5 Special-filenames
Shigeharu TAKENO
2003年 1月 16日