Blame | Last modification | View Log | Download
set terminal pngset gridset key aboveset xlabel "Eb [J]"set ylabel "E [J]"set output "EEb.png"plot "Freerunning.txt" using 3:8 with points title "Free running", "Qswitching.txt" using 3:8 with points title "Q-switching"set xlabel "Eb [J]"set ylabel "time [ns]"set logscale yset output "TEb.png"plot "Freerunning_time.txt" using 1:2 with points title "Free running", "Qswitching_time.txt" using 1:2 with points title "Q-switching"set xlabel "Eb [J]"set ylabel "Pstr [MW]"set logscale yset output "PstrEb.png"plot "Freerunning_time.txt" using 1:3 with points title "Free running", "Qswitching_time.txt" using 1:3 with points title "Q-switching"set xlabel "E [J]"set ylabel "G [-]"unset logscale yset output "GEin.png"plot "Freerunning.txt" using 5:($8)/($5) with points title "Free running", "Qswitching.txt" using 5:($8)/($5) with points title "Q-switching"