BookmarkSubscribeRSS Feed
ljr4616
Calcite | Level 5

Hi guys,

 

I am trying to graph my data, the range of x-axis is from -1 to 22, step by 2. the problem that I have is that SAS skipped the last value and would not cover the entire x-range that I specified. What should I do.

 

Thanks!

1 REPLY 1
PaigeMiller
Diamond | Level 26

@ljr4616 wrote:

Hi guys,

 

I am trying to graph my data, the range of x-axis is from -1 to 22, step by 2. the problem that I have is that SAS skipped the last value and would not cover the entire x-range that I specified. What should I do.

 

Thanks!


The levels that you specified for the x-axis are -1 1 3 5 7 9 11 13 15 17 19 21

 

22 is not in the range you specified.

 

use a range of -1 to 23 by 2

--
Paige Miller
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
  • 1220 views
  • 0 likes
  • 2 in conversation