hi ... sorry for the delay here here's a question ... is the y-variable formatted? if you look the attached, the y-axis label is much further away from the y-axis values in GPLOT10 than in GPLOT3 and the only difference was the format used for the y-axis variable ... proc gplot data=sashelp.class; plot weight * height / vaxis=axis1 haxis=axis2; format weight 10.; run; quit;
... View more