--- trunk/Manuel_LMDZE.texfol/Graphiques/disvert.gp 2008/06/05 12:43:08 11 +++ trunk/Manuel_LMDZE.texfol/Graphiques/disvert.gp 2008/07/21 16:05:07 12 @@ -2,30 +2,34 @@ # "ap" and "bp" used for the vertical grid in LMDZ. reset -set terminal x11 reset +##set terminal x11 reset +set terminal epslatex color +set output "disvert.eps" pa = 5e4 ps = 101325. -bp(sigma) = exp(1. - 1. / sigma**2) -ap(sigma) = pa * (sigma - bp(sigma)) -p(sigma) = ap(sigma) + bp(sigma) * ps +bp(s) = exp(1. - 1. / s**2) +ap(s) = pa * (s - bp(s)) +p(s) = ap(s) + bp(s) * ps -set terminal x11 0 title "bp" +##set terminal x11 0 title "bp" set parametric -set xlabel "bp" -set ylabel "sigma" +##set xlabel "bp" +set ylabel "$s$" set yrange [] reverse -set dummy sigma +set dummy s set trange [0.01:1] -unset key -plot bp(sigma), sigma +##unset key +##plot bp(s), s -set terminal x11 1 title "ap" -set xlabel "ap" -plot ap(sigma), sigma - -set terminal x11 2 title "p" -unset xlabel -set key default -plot p(sigma), sigma title "p", ap(sigma), sigma title "ap", bp(sigma) * ps, \ - sigma title "bp * ps" +# # set terminal x11 1 title "ap" +# # set xlabel "ap" +# # plot ap(s), s + +##set terminal x11 2 title "p" +##unset xlabel +##set key default +plot p(s), s title "$p$", ap(s), s title "$a$", \ + bp(s) * ps, s title "$b \\times p_s$" + +set output