John Uebersax
2009-09-08 16:36:25 UTC
Hi Group,
Can anyone tell me a simple way to increase the font size for labels
and titles in histogram plots produced by proc univariate?
Here's my code:
proc univariate data = temp;
var count_p2;
histogram /lognormal (color=red);
run;
The documentation isn't exactly clear about this. Is it done via a
goptions statement?
More generally any tips about how to tweak options so histograms look
good when pasted into an MS Office document would be appreciated.
John Uebersax
Can anyone tell me a simple way to increase the font size for labels
and titles in histogram plots produced by proc univariate?
Here's my code:
proc univariate data = temp;
var count_p2;
histogram /lognormal (color=red);
run;
The documentation isn't exactly clear about this. Is it done via a
goptions statement?
More generally any tips about how to tweak options so histograms look
good when pasted into an MS Office document would be appreciated.
John Uebersax