However, when I fixed it, I still get an error and I can't see why.
The plot lines are
plot 'hhcurr.2.dat' using 1:($2*0.6366) w l lt 2, 'dhcurr2.dat' w l lt
1, \
'hhcurr.3.dat' using 1:($2*0.6366) w l lt 2, 'dhcurr3.dat' w l lt
1, \
'hhcurr.5.dat' using 1:($2*0.6366) w l lt 2, 'dhcurr5.dat' w l lt
1, \
'hhcurr.7.dat' using 1:($2*0.6366) w l lt 2, 'dhcurr7.dat' w l lt
1, \
'hhcurr.10.dat' using 1:($2*0.6366) w l lt 2, 'dhcurr10.dat' w l lt
1
(Previously I had left out some quote marks). I get the message
gnuplot> plot 'hhcurr.2.dat' using 1:(*0.6366) w l lt 2, 'dhcurr2.dat' w
l lt 1, 'hhcurr.3.dat' using 1:(*0.6366) w l lt 2, 'dhcurr3.dat' w
l lt 1, 'hhcurr.5.dat' using 1:(*0.6366) w l lt 2, 'dhcurr5.dat' w
l lt 1, 'hhcurr.7.dat' using 1:(*0.6366) w l lt 2, 'dhcurr7.dat' w
l lt 1, 'hhcurr.10.dat' using 1:(*0.6366) w l lt 2, 'dhcurr10.dat'
w l lt 1
^
line 0: invalid expression
but I don't see any error in that. ??
--
Dieter Britz