BookmarkSubscribeRSS Feed
radhikaa4
Calcite | Level 5

Hi I have this certain code

 

proc sgplot data=a.data_out;

hbar trt_group / response=Percent group=scales groupdisplay=stack ;

run;

 

I would like to use RGB color format for 'scales' variables. I used pattern but it won't work

Scales variables has 7 ordinal scales: 0, 1, 2, 3, 4, 5, 6

 

Any help would be great!


THanks

Radhika

1 REPLY 1
Reeza
Super User

Same answer as yesterday, use DATACONTRASTCOLORS and DATACOLORS on the STYLEATTRS statement. 

 

 

Or use a data attribute map.

https://support.sas.com/documentation/cdl/en/grstatproc/65235/HTML/default/viewer.htm#n18szqcwir8q2n...

 

Different ways of specifying colors are listed here:

https://documentation.sas.com/?docsetId=graphref&docsetTarget=p0edl20cvxxmm9n1i9ht3n21eict.htm&docse...

 

PS. I'll also move this post to the graphics forum again.


@radhikaa4 wrote:

Hi I have this certain code

 

proc sgplot data=a.data_out;

hbar trt_group / response=Percent group=scales groupdisplay=stack ;

run;

 

I would like to use RGB color format for 'scales' variables. I used pattern but it won't work

Scales variables has 7 ordinal scales: 0, 1, 2, 3, 4, 5, 6

 

Any help would be great!


THanks

Radhika


 

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