Retour
Proc GPLOT
courbe de tendance

symbol1 v=star interpol=sm45s;
proc gplot data=donnees;
 plot maths*francais;
run;