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

Does anyone know how to assign specific colors to specific bars/legend groups in SGPLOT? For example in my figure, I used: datacolors=(white black grey);

 

and thus the first bar ("one") was depicted as white, group "two" was depicted as black and "three" as grey. This would be fine, however, because I am creating many graphs, it becomes tedious and time consuming to reorder the colors in the datacolors statement if it so happens that the first occurrence in my data is group "two" (i.e. group "two" would be colored white, which would be inconsistent with my previous graphs).   

 

I am assuming there is a way to assign the colors like: 

"one"=white, 

"two"=black,

"three"=grey 

 

but I am unfamiliar with how to do so. I'm using SAS v9.4. 

 

Thanks!

 

pic.JPG

1 ACCEPTED SOLUTION

Accepted Solutions
Reeza
Super User

Use a data attribute map. 

 

There's an example here:

https://documentation.sas.com/?docsetId=grstatproc&docsetTarget=p18q268a3zxcl3n11lnnnq4cme8r.htm&doc...

 


@richart wrote:

Does anyone know how to assign specific colors to specific bars/legend groups in SGPLOT? For example in my figure, I used: datacolors=(white black grey);

 

and thus the first bar ("one") was depicted as white, group "two" was depicted as black and "three" as grey. This would be fine, however, because I am creating many graphs, it becomes tedious and time consuming to reorder the colors in the datacolors statement if it so happens that the first occurrence in my data is group "two" (i.e. group "two" would be colored white, which would be inconsistent with my previous graphs).   

 

I am assuming there is a way to assign the colors like: 

"one"=white, 

"two"=black,

"three"=grey 

 

but I am unfamiliar with how to do so. I'm using SAS v9.4. 

 

Thanks!

 

pic.JPG


 

View solution in original post

1 REPLY 1
Reeza
Super User

Use a data attribute map. 

 

There's an example here:

https://documentation.sas.com/?docsetId=grstatproc&docsetTarget=p18q268a3zxcl3n11lnnnq4cme8r.htm&doc...

 


@richart wrote:

Does anyone know how to assign specific colors to specific bars/legend groups in SGPLOT? For example in my figure, I used: datacolors=(white black grey);

 

and thus the first bar ("one") was depicted as white, group "two" was depicted as black and "three" as grey. This would be fine, however, because I am creating many graphs, it becomes tedious and time consuming to reorder the colors in the datacolors statement if it so happens that the first occurrence in my data is group "two" (i.e. group "two" would be colored white, which would be inconsistent with my previous graphs).   

 

I am assuming there is a way to assign the colors like: 

"one"=white, 

"two"=black,

"three"=grey 

 

but I am unfamiliar with how to do so. I'm using SAS v9.4. 

 

Thanks!

 

pic.JPG


 

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

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.

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
  • 462 views
  • 1 like
  • 2 in conversation