goptions hsize= 5cm vsize=5cm; symbol1 i=box co=blue ; axis1 offset=(1,1) minor=none label=none; axis2 label=none; proc gplot data=donnees; plot maths*genre / haxis=axis1 vaxis=axis2; run;