# plot parameter for sp300.f sp301.f sp302.f set xlabel 'time(sec)' set ylabel 'x(m)' set zlabel 'v(m/s)' set grid set yrange[*:*] splot 'sp302.dat' using 1:2:3 # 'sp302.dat' using 1:2:3 # 'sp301.dat' using 1:2:3 # 'sp300.dat' using 1:2:3