By default, the GPLOT procedure displays each symbol three times in
its legend -- e.g.
Men -o-o-o-
Women -x-x-x
Wouldn't it look simpler to display each symbol once?
Men o
Women x
Any suggestions on how to get SAS to do this would be most
appreciated.
Thanks!
Paul
|
|
0
|
|
|
|
Reply
|
paulvonhippel (114)
|
3/27/2007 1:30:23 AM |
|
Paul ,
Try the this:
Legend1 Shape = Symbol(.001 cells , .5 cells ) ;
Toby Dunn
To sensible men, every day is a day of reckoning. ~John W. Gardner
The important thing is this: To be able at any moment to sacrifice that
which we are for what we could become. ~Charles DuBois
Don't get your knickers in a knot. Nothing is solved and it just makes you
walk funny. ~Kathryn Carpenter
From: Paul <paulvonhippel@YAHOO.COM>
Reply-To: Paul <paulvonhippel@YAHOO.COM>
To: SAS-L@LISTSERV.UGA.EDU
Subject: GPLOT: suppress triplet symbols in LEGEND
Date: Mon, 26 Mar 2007 18:30:23 -0700
By default, the GPLOT procedure displays each symbol three times in
its legend -- e.g.
Men -o-o-o-
Women -x-x-x
Wouldn't it look simpler to display each symbol once?
Men o
Women x
Any suggestions on how to get SAS to do this would be most
appreciated.
Thanks!
Paul
_________________________________________________________________
It�s tax season, make sure to follow these few simple tips
http://articles.moneycentral.msn.com/Taxes/PreparationTips/PreparationTips.aspx?icid=HMMartagline
|
|
0
|
|
|
|
Reply
|
tobydunn (6070)
|
3/27/2007 1:50:18 AM
|
|