/[lmdze]/trunk/Documentation/Manuel_LMDZE.texfol/Graphiques/compare_sampl.gp
ViewVC logotype

Diff of /trunk/Documentation/Manuel_LMDZE.texfol/Graphiques/compare_sampl.gp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 16 by guez, Fri Jul 25 19:59:34 2008 UTC revision 17 by guez, Tue Aug 5 13:31:32 2008 UTC
# Line 1  Line 1 
1  # This is a script for Gnuplot 4.0.  # This is a script for Gnuplot 4.0.
2    
3  reset  reset
4  set term x11 reset  set terminal epslatex color
5  set term x11 0  set output "compare_sampl_$0.eps"
6    ##set term x11 reset persist
7    ##set term x11 0
8    
9  set style data linespoints  set style data linespoints
10  set yrange [] reverse  set yrange [] reverse
# Line 14  set grid ytics Line 16  set grid ytics
16  ##set pointsize 2  ##set pointsize 2
17  set key left  set key left
18    
 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"  
19    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"
20    
21    set output

Legend:
Removed from v.16  
changed lines
  Added in v.17

  ViewVC Help
Powered by ViewVC 1.1.21