Date: Thu, 6 Jan 2011 10:22:04 -0800
Reply-To: df ss <tggsun@YAHOO.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: df ss <tggsun@YAHOO.COM>
Subject: gplot question color of reference line
Content-Type: text/plain; charset=iso-8859-1
Hi All,
I draw multi reference line useing gplot.
I would like to set difference color for difference line using CV. But it gives me one color only. how can I modify the code to change color?
ex. I want the two reference line have difference color green and red.
proc gplot data=abc;
plot a*b/ vref=12 24 cv=red green;
run;
quit;
Thanks,
dd sf
|