Bonjour, j'ai cherché partout et vraiment je patauge si des gens peuvent m'aider 
Mon graphique: 
Mon script:
set terminal png size 1500,1000
set output "moy.png"
set title "Nb Bits perdus en moyenne par conditionnement et par algo."
set xlabel "conditionnement"
set ylabel "nb moyen de bits perdus"
set logscale x
set xrange [3:32]
set yrange [0:54]
set key left bottom
plot 'moy.data' index 0 with lines linewidth 3 linecolor rgb "grey" ,\
'moy.data' index 1 with lines linewidth 3 linecolor rgb "orange" ,\
'moy.data' index 2 with lines linewidth 3 linecolor rgb "purple",\
'moy.data' index 3 with lines linewidth 3 linecolor rgb "blue",\
'moy.data' index 4 with lines linewidth 3 linecolor rgb "green",\
'moy.data' index 5 with lines linewidth 3 linecolor rgb "red",\
'moy.data' index 6 with lines linewidth 3 linecolor rgb "black",\
'moy.data' index 7 with lines linewidth 3 linecolor rgb "brown",\
'moy.data' index 8 with lines linewidth 3 linecolor rgb "yellow"
Je voudrais qu'a chaque fois que j'affiche un graphe (tous ce qu'il y a aprés le plot pour chaque 'mo.data' index i) choisir comment j'appelerais le graph sur la légende et pas juste 'moy data' index i 
Merci à vous