LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (August 2009, 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 Aug 2009 23:26:30 -0500
Reply-To:     Kevin Myers <KevinMyers@AUSTIN.RR.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Kevin Myers <KevinMyers@AUSTIN.RR.COM>
Subject:      Re: Legend for PROC GPLOT
Comments: To: OR Stats <stats112@GMAIL.COM>
Content-Type: text/plain; format=flowed; charset="iso-8859-1";
              reply-type=original

plot (Y1 Y2 Y3 Y4)* DATE / overlay legend vaxis=axis1;

----- Original Message ----- From: "OR Stats" <stats112@GMAIL.COM> To: <SAS-L@LISTSERV.UGA.EDU> Sent: Thursday, August 06, 2009 23:01 Subject: Legend for PROC GPLOT

> Hello: > > When I overlay four series on the same graph, SAS automatically chooses > the > color for each series. But how do we add the legend on the graph so that > we > know which color is for which series? My code was > > proc gplot data=mydata; > > plot (Y1 Y2 Y3 Y4)* dATE / overlay vaxis=axis1; > > run; > > quit; > > > > Thank you!


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