I am trying to output some plots (of cumulative incidence functions made by using proc gplot
) with SAS 9.2 but somehow the letters of the axis labels keep to stay condensed, sort of covering each other. I would attach a picture with the problem but I do not have enough reputations to do so...
I have tried to reset all the options by executing:
goptions reset=all;
but it did not help much. If I set ftext
to a different font type, the error(?) does not disappear. I would like to make .rtf outputs. Do you have any idea what the problem might be?