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

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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.

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
  • 1 reply
  • 694 views
  • 0 likes
  • 2 in conversation