[Sumover-dev] [svn commit] r4872 - vic/branches/cc/cc

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Fri Jul 16 19:00:07 BST 2010


Author: soohyunc
Date: Fri Jul 16 19:00:07 2010
New Revision: 4872

Modified:
   vic/branches/cc/cc/plots.sh

Log:

gnuplot script for PSNR plot



Modified: vic/branches/cc/cc/plots.sh
==============================================================================
--- vic/branches/cc/cc/plots.sh	(original)
+++ vic/branches/cc/cc/plots.sh	Fri Jul 16 19:00:07 2010
@@ -269,3 +269,23 @@
   plot "ALI.xg" w lp lc 1 pt 5 ps .4 title "ALI"
 EOF
 fi
+
+#---------------------------------------------------------------------#
+# PSNR
+#---------------------------------------------------------------------#
+if [ -s psnr.xg ]
+then
+gnuplot -persist << EOF
+  set terminal postscript eps enhanced color
+  set output "psnr.eps"
+
+  set title "PSNR"
+  set xlabel "frame number"
+  set ylabel "PSNR [dB]"
+
+  set mxtics 2
+  set yrange [0:45]
+  set grid
+  plot "psnr.xg" w lp lc 1 pt 5 ps .65 title "PSNR"
+EOF
+fi



More information about the Sumover-dev mailing list