It seems like my COLAXIS statement is being ignored:
proc sgpanel data=long noautolegend;
panelby group time/onepanel novarname sparse columns=2 rows=3 ;
vbar dose;
colaxis values=(0 to 120 by 30);
run;
I get an x-axis with a bunch of unreadable cluttered dose numbers.
I think that vbar implies a discrete X axis. Try FITPOLICY=THIN in your rowaxis statement.
PG
I have, it doesn't make them thin enough to be readable. I may just make a new ordinal variable and use that instead.
Edit: I'm going to use a DENSITY plot. I have a bunch of other panels with discrete axes and I wanted them to look uniform, but it's not right for this variable.
Thank you!
If dose is a continuous variable, taking all sorts of values, then perhaps histograms would be preferable to vbar graphs. - PG
or NEEDLE plots.
Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9.
Early bird rate extended! Save $200 when you sign up by March 31.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.