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!
On the XAXIS statement, set DISCRETEORDER=DATA, and you should get what you expect.
On the XAXIS statement, set DISCRETEORDER=DATA, and you should get what you expect.
That's perfect. Thank you!
Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.
If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website.
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.