LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (September 2007, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Tue, 18 Sep 2007 20:23:30 -0400
Reply-To:   Arthur Tabachneck <art297@NETSCAPE.NET>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Arthur Tabachneck <art297@NETSCAPE.NET>
Subject:   Re: help with proc gchart
Comments:   To: sassql@GMAIL.COM

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, sassql@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,


Back to: Top of message | Previous page | Main SAS-L page