Newer
Older
set title "Propagation du virus sur 3 scénarios"
set xlabel "Jours"
set ylabel "Fraction de population infectée"
set grid ytics
# Si tu veux un log scale sur Y (optionnel)
# set logscale y
plot 'scenario_no_action.dat' with linespoints title 'Aucun anti-virus', \
'scenario_random_immunization.dat' with linespoints title 'Immunisation aléatoire 50%', \
'scenario_selective_immunization.dat' with linespoints title 'Immunisation sélective 50%'