| |
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]
Re: st: RE: Overlaying Scatter Plots
Yes I can and it's my stupid error.
Figured it out when I ran your code below.
Thanks,
Joe
On Sep 10, 2006, at 4:53 PM, Scott Merryman wrote:
Can you reproduce this with an available data set?
Are your -scatter- statements on two different lines? As you have
it written
the second graph will overwrite the first graph.
Perhaps it should be something like this:
sysuse auto, clear
scatter mpg gear if foreign == 0, mcolor(red) || ///
scatter mpg gear if foreign == 1, mcolor(blue)
Scott
-----Original Message-----
From: [email protected] [mailto:owner-
[email protected]] On Behalf Of Joe Trubisz
Sent: Sunday, September 10, 2006 2:54 PM
To: [email protected]
Subject: st: Overlaying Scatter Plots
Hi...
OK...It might be simple, but it's driving me nuts!
I have a simple set of data
id residue x y
and 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)
If I do a "help scatter", it seems to indicate that these will
overlay each other.
But in my case, I'm getting 2-separate graphs, one next to each
other.
What am I missing?
TIA,
Joe
*
* 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/
*
* 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/
*
* 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/