BookmarkSubscribeRSS Feed
knveraraju91
Barite | Level 11

IN the proc tempalte I have used below axis options. How to have equal space between 0 1 2 3 4 5 6 7 8 48. Thank you

linearopts=(tickvaluefitpolicy=rotate TICKVALUESLIST=(0 1 2 3 4 5 6 7 8 48) minorticks=true viewmin=0 viewmax=48) TICKVALUEATTRS=(SIZE=9))

 

knveraraju91_0-1656429402340.png

 

 

 

1 REPLY 1
ballardw
Super User

That would require a DISCRETE not LINEAR axis. Linear means that the interval is important.

Or another approach might be a broken axis.

 


@knveraraju91 wrote:

IN the proc tempalte I have used below axis options. How to have equal space between 0 1 2 3 4 5 6 7 8 48. Thank you

linearopts=(tickvaluefitpolicy=rotate TICKVALUESLIST=(0 1 2 3 4 5 6 7 8 48) minorticks=true viewmin=0 viewmax=48) TICKVALUEATTRS=(SIZE=9))

 

knveraraju91_0-1656429402340.png

 

 

 


 

How to Concatenate Values

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.

SAS Training: Just a Click Away

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

Browse our catalog!

Discussion stats
  • 1 reply
  • 892 views
  • 0 likes
  • 2 in conversation