X-Git-Url: https://www.hackdaworld.org/gitweb/?a=blobdiff_plain;f=report%2Freport.h;h=bd4ce88a4198c647886938d36c6f3788ee66dc72;hb=0b96eb313c9bfec6272b1f8de0d99c4ce26d1686;hp=4fe42f77819c782a38881d10c9ac348af56183c9;hpb=ea612b88a0588b8f46fafaebf3b37fb46c83c0cf;p=physik%2Fposic.git diff --git a/report/report.h b/report/report.h index 4fe42f7..bd4ce88 100644 --- a/report/report.h +++ b/report/report.h @@ -87,10 +87,10 @@ set xtic auto \n\ set ytic auto \n\ set title 'Pressure vs. time' \n\ set xlabel 'Time [fs]' \n\ -set ylabel 'Pressure [atm]' \n\ +set ylabel 'Pressure [bar]' \n\ set terminal postscript eps enhanced color solid lw 1 'Helvetica' 14 \n\ set output 'pressure.eps' \n\ -plot \"pressure\" using 1:2 title 'Pressure' with lines \ +plot \"pressure\" using 1:2 title 'P' with lines , \"pressure\" using 1:3 title '

' with lines , \"pressure\" using 1:4 title 'P (global virial)' with lines , \"pressure\" using 1:5 title '

' with lines \ "; static char temperature_plot_script[]="\ @@ -104,7 +104,7 @@ set xlabel 'Time [fs]' \n\ set ylabel 'Temperature [K]' \n\ set terminal postscript eps enhanced color solid lw 1 'Helvetica' 14 \n\ set output 'temperature.eps' \n\ -plot \"temperature\" using 1:2 title 'Temperature' with lines \ +plot \"temperature\" using 1:2 title 'T' with lines , \"temperature\" using 1:3 title '' with lines \ "; #endif