BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
kc
Quartz | Level 8 kc
Quartz | Level 8

How do I keep the scale of y-axis from 0 to 10 but only display tick values at 2 4 6 8. Essentially, I want to have 5 intervals (from 0 to 10) instead of 3, so my scatter plot is placed in the middle of the graph instead of being more spread out.

My dataset has only 4 observations at (2 4 6 8). Please find an attachment with display of plots.

1 ACCEPTED SOLUTION

Accepted Solutions
djrisks
Barite | Level 11

Hi,

 

Try adding offsetmix = 1 and offsetmax = 1 into the yaxis statement along with values = (2 4 6 8).

 

Thanks.

View solution in original post

5 REPLIES 5
Jagadishkatam
Amethyst | Level 16
Hi,

In the sgplot you could use statement as below

yaxis min=0 max=10 values=( 2 4 6 8 );

this is an untested code , may help you

Thanks
Jag
Thanks,
Jag
kc
Quartz | Level 8 kc
Quartz | Level 8

I did run this code below with no luck. 

djrisks
Barite | Level 11

Hi,

 

Try adding offsetmix = 1 and offsetmax = 1 into the yaxis statement along with values = (2 4 6 8).

 

Thanks.

kc
Quartz | Level 8 kc
Quartz | Level 8
Worked perfectly, thanks!
djrisks
Barite | Level 11
You're welcome.

SAS Innovate 2025: Register Now

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!

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 5 replies
  • 16303 views
  • 2 likes
  • 3 in conversation