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 open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.
If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website.
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.