I am using the code below and would like to force SAS to show all labels. Thanks.
PROC SGPLOT DATA = SomeData;
SERIES X = ContVar Y = Labels / MARKERS LINEATTRS = (THICKNESS = 2);
XAXIS LABEL = 'ContVar' GRID VALUES = (-5 TO 0 BY 1);
TITLE 'todo';
refline -1 /axis=x label="" lineattrs=(color=red pattern=dash thickness=3);
RUN;
I can'T FolLOW whaT you ARE SAYing. - see how writing all in mixed and mainly uppercase makes reading things so much harder?
As for your question, post some sort of example of what you mean, you specify that the xaxis should show -5, -4, -3, -2, -1, 0 - are these not showing?
Maybe you mean the yaxis? If so specify the yaxis items in a line like the xaxis you have already done. Don't know the exact values (well you can select into), then put a min-max. All the statemetns are here:
They all apply to yaxis and x/y axis2.
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!
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.