Date: Fri, 10 Aug 2007 09:51:20 -0400
Reply-To: Hari Nath <hari_s_nath@YAHOO.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Hari Nath <hari_s_nath@YAHOO.COM>
Subject: workaround for gplot legend partly displaying
Hi all,
I am trying to put a legend on the gplot, but no values or symbols except
a label in legend......i could achieve this by specifying value = none,
but the symbols still appear...so i modified something like shown
below.....is there any other way to make the symbols disappear inside
legend.......
many thanks
hari
***************************;
legend1 label=(H=0.15 in "Ln yyy = &alp. + &bet.*ln(xxx)" POSITION=(bottom
right))
position=(bottom right inside)
value=none
shape=symbol(1E-100,1E-100)
mode=share;
**************************;
|