| Date: | Tue, 25 Mar 2008 16:49:28 +0100 |
| Reply-To: | Andre Wielki <wielki@INED.FR> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | Andre Wielki <wielki@INED.FR> |
| Subject: | Re: Labeling bubbles in proc gplot |
|
| In-Reply-To: | <58273.150.142.232.2.1206458840.squirrel@webmail.albany.edu> |
| Content-Type: | text/plain; charset=ISO-8859-1; format=flowed |
Yes Mike,
but i was starting from his code and did not touch to his construction
of template a little bit complicate
no i start the discovery of allison and yours solutions
Andre
Mike Zdeb a écrit :
> hi ... some other ideas (not really 'easier') ... also, not sure if you consider the output each
> section produces
> better than your output, but give it a try
>
> ps FYI ... in your SAS code ...
>
> #1 you don't need the I=NONE (that's the default)
>
> #2 there's a templates catalog, SASHELP.TEMPLT, and one of the stored templates (named
> WHOLE) is the whole screen
>
> #3 you don't need 2 templates to place 2 images on the whole screen
>
> proc greplay igout=gseg gout=gseg_out tc=sashelp.templt nofs;
> template=whole;
> treplay 1:sector 1:bubble;
> quit;
>
> pps there are some really nice BUBBLE ideas on Robert Allison's web site ...
>
> http://robslink.com/SAS/democd7/aaaindex.htm
>
> and (based on Robert's ideas) in ...
>
> http://support.sas.com/rnd/papers/sugi30/p90-30_020105.pdf
>
>
>
>
>
--
André WIELKI
INED (Institut National d'Etudes Démographiques)
Service Informatique
133 Boulevard Davout 75980 Paris Cedex 20
mél : wielki@ined.fr tél : 33 (0) 1 56 06 21 54
|