~ubuntu-branches/ubuntu/trusty/rheolef/trusty

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
set terminal epslatex color standalone
set output "p-laplacian-newton-square-r2.tex"

set logscale y
set size square 0.7
set xtics (0,25)
set ytics (\
        "[r]{$10^{-15}$}" 1e-15, \
        "[r]{$10^{-10}$}" 1e-10, \
        "[r]{$10^{-5}$}" 1e-5, \
        "[r]{$10^{0}$}" 1 )
set xlabel "[c]{$n$}"
set  label "[r]{\\Large $\\|r_h\\|_{-1,h}$}" at graph -0.05,0.43


set logscale y

plot [0:25][1e-15:1e4] \
"p-laplacian-newton-square-p=2.5.gdat" title "[r]{$p=2.5$}" w l lw 2, \
"p-laplacian-newton-square-p=3.0.gdat" title "[r]{$p=3.0$}" w l lw 2, \
"p-laplacian-newton-square-p=3.5.gdat" title "[r]{$p=3.5$}" w l lw 2, \
"p-laplacian-newton-square-p=4.0.gdat" title "[r]{$p=4.0$}" w l lw 2

#pause -1 "<retour>"