set terminal png 10 set encoding utf8 set title "Comparaison scenario 1 pour les 3 réseaux" set output "comparaisonScenario1.png" set yrange[0:350000] set xlabel "jours" set ylabel "Nbr infectés" set key on inside center top plot"scenario1Aleatoire.dat" t "réseau aléatoire" with linesp lt 1 pt 1,"scenario1.dat" t "réseau initial" with linesp lt 2 pt 2,"scenario1Barabasi.dat" t "réseau Barabasi" with linesp lt 3 pt 3