Retour
Proc GCHART
Paramètres supplémentaires applicables à toutes procédures SAS /GRAPH

title 'ESSAI'; title2 'distribution des données';
 footnote justify=right 'diapo n°4';
 Axis1 label=('classes') ;
 axis2 label= (rotate=90 angle=-90 'fréquences')  order=( 0 to 6 by 1) minor=none;
 pattern value=solid color=green;

 Proc gchart data=donnees ;
 vbar maths / maxis=axis1 raxis=axis2  autoref frame   ;
 run;