hello-
I'm trying italicize just the genus and species of an organism in a
connected line graph. My code looks like this (below) and I need to
italicize "Culex", "Aedes vexans" and "Culex tarsalis" in the title, and
the same in ytitle-1, ytitle-2 and the legend. Is this possible, any
suggestions.
twoway (connected b_geometric date if spp==26, sort clwidth(medium)
msymbol(square) yaxis(2)) (connected b_geometric date if spp==36, sort
clwidth(medium) msymbol(diamond) yaxis(1)) (connected b_geometric date if
spp==372, sort clwidth(medium) msymbol(triangle) yaxis(1)),
xlab(15868(7)15946, angle(vertical)) ytitle(" " "Mean Capture of" "Culex
spp." " ") ylabel(0(2)10, axis(1)) ylabel(0(750)2500, axis(2)) xtitle(Date
Captured) title("Mean Capture of Aedes vexans and Culex spp." "Blooming
Prairie, 2003") ytitle(" " "Mean Capture of" "Aedes vexans" " " " ",
axis(2)) legend(order(1 "Aedes vexans" 2 "Culex tarsalis" 3 "Culex
pipiens/restuans"))
Thanks
Ryan
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/