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

Hi all,

When I am plotting a graph using SGPLOT, SAS reorders my observations when plotting the bars for each month using a VBAR statement.  I was curious to see if there is a way to keep the original order of the observations.

The table looks as follows...

Month       Count

January    100,000

February  200,000

March       300,000

....

When graphed, the month names get all mixed up and out of order.  Please let me know if you have any solutions!

Thanks!

1 ACCEPTED SOLUTION

Accepted Solutions
DanH_sas
SAS Super FREQ

On the XAXIS statement, set DISCRETEORDER=DATA, and you should get what you expect.

View solution in original post

2 REPLIES 2
DanH_sas
SAS Super FREQ

On the XAXIS statement, set DISCRETEORDER=DATA, and you should get what you expect.

RobertHuey
Calcite | Level 5

That's perfect.  Thank you!

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
  • 2 replies
  • 1400 views
  • 0 likes
  • 2 in conversation