set term x11 font ',14'

set grid
set xlabel 'EPS11'

set ylabel 'SIG11'
p "traction_princ.maple" u 12:14 t '' w l lc 1 dt 1 lw 2
pause -1


S0 = 1. * 0.038
elongation_al(eps_almansi) = 1./sqrt(1. - 2.*eps_almansi)
set ylabel 'force reaction X'
p   "traction_princ.maple" u 12:($14*S0*elongation_al($13)*elongation_al($13)) t 'produit (SIG11 x section actuelle)' w p lc 0 pt 4
rep "traction_princ.maple" u 12:($14*S0) t 'produit (SIG11 x section initiale)' w l lc 2 dt 1 lw 2
rep "traction_princ.maple" u 12:2 t 'torseur Rx' w l lc 1 dt 1 lw 2
pause -1


set ylabel 'epaisseur'
p   0.038 t 'epaisseur initiale' w l lc 0 dt 1 lw 2
rep "traction_princ.maple" u 12:20 t 'EPAISSEUR FINALE' w l lc 1 dt 1 lw 2
pause -1
