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-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

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

View all other training opportunities.

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