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

Contents of /trunk/Manuel_LMDZE.texfol/Graphiques/compare_sampl.gp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11 - (show annotations)
Thu Jun 5 12:43:08 2008 UTC (16 years, 1 month ago) by guez
File size: 470 byte(s)
Added option "-lines" for "nag_fcalls95" in "nag_tools.mk".
Added documentation.
Leading spaces removed in "REPLY" in "etat0_lim.sh".
"gcm.sh" does not require "coefoz_LMDZ.nc" to be present.

1 # This is a script for Gnuplot 4.0.
2
3 reset
4 set term x11 reset
5 set term x11 0
6
7 set style data linespoints
8 set yrange [] reverse
9 set logscale y
10 set mytics 10
11 set ylabel "\\shortstack{pression \\\\ (Pa)}"
12 set xlabel "indice"
13 set grid ytics
14 ##set pointsize 2
15 set key left
16
17 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"

  ViewVC Help
Powered by ViewVC 1.1.21