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 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 16. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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