したい:
for datafile in glob.glob('*.dat' )
d = Gnuplot.File(datafile, using='1:2', with_='l', title=datafile)
g("set key at xpos, [y variable position])
g.plot(d)
[y variable position] は、y = #graph * (数値) などの単純な関数です。
どのように (いずれにせよ -- 最もエレガントなソリューションについて大声で叫ぶことはしません)、これを行うにはどうすればよいでしょうか?
ハーフ!ありがとう。