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

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
Obsidian | Level 7 kc
Obsidian | Level 7

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
Obsidian | Level 7 kc
Obsidian | Level 7
Worked perfectly, thanks!
djrisks
Barite | Level 11
You're welcome.

SAS INNOVATE 2024

Innovate_SAS_Blue.png

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. 

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.

Get the $99 certification deal.jpg

 

 

Back in the Classroom!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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