set terminal pngcairo size 1080,1080

set encoding utf8
set key right bottom
set tics font ",22"
set xlabel font ",22"
set ylabel font ",22"
set title font ",22"
set key font ",22"

set output "Jauges.png"
set multiplot

set xrange [-5.:200.]
set xlabel "Déformation [-]"
set yrange [-1.:25.]
set ylabel "Contrainte [MPa]"

set style line 81 lt 0 lc rgb "#808080" lw 2
set grid ytics mytics
set grid xtics mytics
set mxtics 2 
set mytics 2 
set grid

set arrow from 0.,0. to 0.,25. nohead lt -1 dt 2
set arrow from 0.,0. to 200.,0. nohead lt -1 dt 2

plot "Avec_contact_chemise/Simu_insitu_complet_contact_princ.maple" u (($141-26.9)/26.9*1000000):($12/955) t "E" w l lt 1 lw 2, \
	"" u (($146-26.9)/26.9*1000000):($12/955) t "D" w l lt 2 lw 2, \
	"" u (($151-26.9)/26.9*1000000):($12/955) t "C" w l lt 3 lw 2, \
	"" u (($156-26.9)/26.9*1000000):($12/955) t "B" w l lt 4 lw 2, \
	"" u (($161-26.9)/26.9*1000000):($12/955) t "A" w l lt 5 lw 2

unset key
unset title
unset xlabel
unset ylabel
set tics font ",16"
unset arrow

set origin 0.08,0.63
set size 0.5, 0.35
set xrange [-3.: 7.]
set yrange [-0.75: 0.75]
set xtics 2.
set ytics 0.5
replot
