Date: Fri, 10 May 2002 17:05:39 -0500
Reply-To: Larry Hoyle <lhoyle@KU.EDU>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Larry Hoyle <lhoyle@KU.EDU>
Organization: University of Kansas Computing Services
Subject: Re: Heatmaps in SAS?
Errata:
I stated that one could use only 99 pattern statements based on the SAS
online documentation.
The ever vigilant Mike Zdeb pointed out that he had used more than 99
pattern statements and posted a query to SAS tech support. The official word
is that you should be able to use up to 255 PATTERN statements.
Thanks Mike.
--
Larry Hoyle
Policy Research Institute
University of Kansas, Blake Hall
1541 Lilac Lane, Room 607
Lawrence, KS 66044-3177
_________________________________
| lat/long: 38.57.24 / 95.14.36 \
| --> * <
| Voice: (785) 864-9110 |
| FAX: (785) 864-3683 |
| EMAIL: LarryHoyle@ku.edu |
|___________________________________|
http://www.ku.edu/pri
About that bumper sticker that demands "Question Authority": Who says so?
"Larry Hoyle" <lhoyle@ku.edu> wrote in message
news:abgurt$hd5$1@news.cc.ukans.edu...
> I would combine some elements of Richard's solution with some of your
> original code.
> You can only have 99 pattern statements so instead I would use a single
> solid pattern and a generated color statement. GMAP will repeat the
pattern
> once for each color in the list. I put the color cyan at the end of the
list
> as a marker to show any mistakes.