BookmarkSubscribeRSS Feed
NareshAbburi
Calcite | Level 5

Hi,

I plotted a chart which is attached. But I'd like to know is there any way that I can plot in an ascending order of the BLUE portion of the graph. I want my chart to be in ascending order (blue color).

Help me.

Naresh


Graph.PNG
3 REPLIES 3
DanH_sas
SAS Super FREQ

Is the graph part of the code available for posting? And, what version of SAS are you using?

NareshAbburi
Calcite | Level 5

proc gchart data=Multiplot;

vbar Client / sumvar = percent discrete inside = subpct

subgroup = cross;

run;

quit;

9.3 Version

GraphGuy
Meteorite | Level 14

Here is an example where I sort the bars by 1 of the colored bar segments (in this case, the number of gold Olympic medals)...

   http://robslink.com/SAS/democd70/sochi_olympics_2014.htm

   http://robslink.com/SAS/democd70/sochi_olympics_2014_info.htm

I sort the data in the desired order, and then assign a 'bar_order' variable, and plot the bars by those numeric bar_order values.  I then create a user-defined-format so the numeric bar-order values show up on the axis as the desired text (rather than their numeric value).

sochi_olympics_2014.png

SAS INNOVATE 2024

Innovate_SAS_Blue.png

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. 

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.

Get the $99 certification deal.jpg

 

 

Back in the Classroom!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 3 replies
  • 925 views
  • 0 likes
  • 3 in conversation