| From | "Cohn, Sylvia E." <cohn@rti.org> |
| To | "'statalist@hsphsun2.harvard.edu.'" <statalist@hsphsun2.harvard.edu> |
| Subject | st: Scatter plot: Getting read of the x title and the numbers behind the x labels |
| Date | Fri, 13 Aug 2004 10:31:12 -0400 |
ytitle(CD4 cells %) ylabel(0 20:100)
xtitle () xlabel(# 5 1 "HIV- HCV-" 2 "HIV+ HCV cleared" 3 "HIV+ HCV
chronic" 4 "HIV- HCV cleared" 5 "HIV- HCV chronic",
labsize(small))
Gives me a plot with a title under the x axis (group1) that I don't want, and the numbers 1-5 hidden behind the x label.
Would like to know how to get read of the label and the 1-5.
Also- I would like to know how to split the labels so instead of having
HIV+ HCV cleared in one line I have
HIV+
HCV
cleared
in 3 lines.
Thanks !!!!