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 (January 2011, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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


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