Date: Wed, 19 Sep 2007 03:18:29 -0000
Reply-To: sassql@GMAIL.COM
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: sassql@GMAIL.COM
Organization: http://groups.google.com
Subject: Re: help with proc gchart
In-Reply-To: <200709190023.l8INuWKm027178@malibu.cc.uga.edu>
Content-Type: text/plain; charset="us-ascii"
On Sep 18, 8:23 pm, art...@NETSCAPE.NET (Arthur Tabachneck) wrote:
> Can't that be done with annotate? See, e.g.,http://math.yorku.ca/SCS/Courses/grcat/grc6.html
>
> HTH,
> Art
> -------
>
> On Tue, 18 Sep 2007 15:46:07 -0700, sas...@GMAIL.COM wrote:
> >Dear all,
>
> >The earlier question that i had asked to produce the bar chart. I have
> >produced the bar chart. The problem is i have to display an asterik on
> >the top of the bar at which the pvalue < 0.05. I am not sure how can i
> >do this using proc gchart. I know we can use pointlabel option in proc
> >gplot and i have done the same thing in proc gplot using pointlabel
> >option. However can someone tell me how can i put this asterik on the
> >top of the bar using proc gchart.
>
> >Here is the data.
>
> >visit PERCENT P_value legg treatment
> >1 5.0 0.700 a
> >1 3.22 0.700 b
> >2 10.25 0.600 a
> >2 12.67 0.600 b
> >3 32.48 0.300 a
> >3 20.05 0.300 b
> >4 36.78 0.067 a
> >4 25.78 0.067 b
> >6 42.67 0.252 a
> >6 35.00 0.252 b
> >8 49.00 0.020 * a
> >8 27.33 0.020 * a
>
> >If you look in the above dataset variable legg has an asterik for
> >visit 8. So i want to display this asterik for visit 8 on the top of
> >the bar.
>
> >Can someone tell me how to do this?
> >Regards,
I have never used annotate before. I tried reading the documentation,
but i am still not very clear how to use this annotate facility in
order to achieve what i want. I would really appreciate if someone can
help me on this.
Regards,
|