set term gif x222222 xffffff enhanced font arial 14 size 800, 500 set title 'L-Band Live Daten' set xrange [0:10] set yrange [0:6] set xlabel 'Local Time' set ylabel 'Volt [ V ]' set pointsize 0.5 set grid set xdata time set timefmt "%H:%M:%S %d.%m.%y" set format x "%H:%M:%S" set xrange [*:*] set timestamp "Aufzeichnung %d-%m-%Y" set xtics nomirror rotate by -45 set yrange [*:*] S = 1 set term gif x222222 xffffff enhanced font arial 10 size 800, 500 set output "All.gif" #bigfile.dat contains all files together and sorted plot 'bigfile.dat' using 7:1:($2/($3*1.e1)) sm acs with lines title "LogDetektor AD8307 100mV/dB TempComp", 'bigfile.dat' using 7:2:($2/($3*1.e1)) sm acs with lines title "Dc Amp+Integr", 'bigfile.dat' using 7:3:($2/($3*1.e1)) sm acs with lines title "Temperatur", 'bigfile.dat' using 7:4:($2/($3*1.e1)) sm acs with lines title "OUT LM35", 'F:RealViewProjects\upload\bigfile.dat' using 7:5:($2/($3*1.e1)) with lines title "AMPL AD8331", 'bigfile.dat' using 7:6:($2/($3*1.e1)) with lines title "AD8307" #mod.dat contains only 5 min data set output "Only5min.gif" plot 'mod.dat' using 7:1:($2/($3*1.e1)) sm acs with lines title "LogDetektor AD8307 100mV/dB TempComp", 'mod.dat' using 7:2:($2/($3*1.e1)) sm acs with lines title "Dc Amp+Integr", 'mod.dat' using 7:3:($2/($3*1.e1)) sm acs with lines title "Temperatur", 'mod.dat' using 7:4:($2/($3*1.e1)) sm acs with lines title "OUT LM35", 'mod.dat' using 7:5:($2/($3*1.e1)) with lines title "AMPL AD8331", 'mod.dat' using 7:6:($2/($3*1.e1)) with lines title "AD8307"