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!

sas-innovate-wordmark-2025-midnight.png

Register Today!

Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.


Register now!

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