LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (November 2001, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 27 Nov 2001 12:34:07 +0100
Reply-To:     jesus bermudez <bermudezjesus@HOTMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         jesus bermudez <bermudezjesus@HOTMAIL.COM>
Subject:      change to hexadecimal colors
Content-Type: multipart/alternative;

hello,

We are working with SAS System V8 and we have a problem:

We are not able to change the graph's colors to hexadecimal colors. We have tried it putting this syntax:

pattern1 value=solid color='6D9CA5'x;

and SAS change the colors but are not the our defined colors.

The code is the following:

/*title1 'Presencia/ausencia de aciculas de Pinus radiata';*/

pattern1 value=solid color='6D9CA5'x;

pattern2 value=solid color='92A2AB'x;

pattern3 value=solid color='16B09B'x;

pattern4 value=solid color='239DAF'x;

pattern5 value=solid color='3ECC65'x;

proc gchart data=idademeans15;

vbar mostreo / group=novaclav subgroup=idade;

where (novaclav='p16' and especie='pra');

label novaclav='parcela' idade='edad';

run;

quit;

Any input will be really welcome. Thanks indeed

Jesus Bermudez Garcia

Lourizán Forestry Investigations Center


[text/html]


Back to: Top of message | Previous page | Main SAS-L page