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