On 9/10/06, Joe Trubisz <[email protected]> wrote:
I want to do a scatter plot, where I am overlaying each scatter
plot as in:
scatter y x if residue == "A", msize(vtiny) mcolor(red) ||
scatter y x if residue == "T", msize(vtiny) mcolor(blue)
You left out -twoway-:
twoway scatter y x if residue == "A", msize(vtiny) mcolor(red) ||
scatter y x if residue == "T", msize(vtiny) mcolor(blue)
DVM
*
* 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/