--- trunk/Documentation/Manuel_LMDZE.texfol/Graphiques/compare_sampl.gp 2008/08/01 15:37:00 16 +++ trunk/Documentation/Manuel_LMDZE.texfol/Graphiques/compare_sampl.gp 2008/08/05 13:31:32 17 @@ -1,8 +1,10 @@ # This is a script for Gnuplot 4.0. reset -set term x11 reset -set term x11 0 +set terminal epslatex color +set output "compare_sampl_$0.eps" +##set term x11 reset persist +##set term x11 0 set style data linespoints set yrange [] reverse @@ -14,4 +16,6 @@ ##set pointsize 2 set key left -plot "test_disvert_LMD5.csv" using 4 title "LMD5", "test_disvert_param.csv" using 4 title "param", "test_disvert_strato1.csv" using 4 title "strato1", "test_disvert_strato2.csv" using 4 title "strato2" \ No newline at end of file +plot "test_disvert_$0_LMD5.csv" using 4 title "LMD5", "test_disvert_$0_param.csv" using 4 title "param", "test_disvert_$0_strato1.csv" using 4 title "strato1", "test_disvert_$0_strato2.csv" using 4 title "strato2" + +set output