@Quentin wrote:
Yes, I know there are plenty of macros out there that people use to generate beautiful axis ranges. But I like when SAS does it for me. : )
When I want data driven control of axis generation I have used IML routine
CALL GSCALE (scale, x, nincr <, nicenum> <, fixed-end> );
What more do you need?
... View more