Hello,
I am trying to fit approximately 38 visits on x-axis. I want to appear in increment of one like - 1,2, 3...etc.
I am using linear axis. By default the x-axis is not displaying visits in sequences by it is displaying visits in
like - 1, 3, 5, 7 etc..I tried tickvaluesequence option but it is not working. Below is part of the code. It is series plot.
Any sugguestions ?
layout overlay / xaxisopts = (label = "Study Weeks" linearopts = (tickvaluelist = ticks
tickvaluesequence = ( start = -2 end = 36 increment = 1))
tickvalueattrs=(size=6pt)
labelattrs = (size=8pt))
I'm not sure of the plot types you're using based on the code snippit, but try removing the LINEAROPTS from your code and set TYPE=DISCRETE to see if that will give you what you want.
Hope it helps!
Dan
I'm not sure of the plot types you're using based on the code snippit, but try removing the LINEAROPTS from your code and set TYPE=DISCRETE to see if that will give you what you want.
Hope it helps!
Dan
In your "linearopts" portion of the code, try adding "viewmin=-2 viewmax=36" before the tickvaluesequence.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
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.