Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: st: RE: making a thumbnail graph
From
Nick Cox <[email protected]>
To
"'[email protected]'" <[email protected]>
Subject
RE: st: RE: making a thumbnail graph
Date
Fri, 21 Oct 2011 13:23:37 +0100
Yes; that part goes in the -if-. Try
sysuse auto
scatter mpg weight, by(rep78)
scatter mpg weight if rep78 > 2, by(rep78)
Note that -by()- here is an option, not a command. See -help by option-.
Nick
[email protected]
-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of Edward James
Sent: 21 October 2011 13:20
To: [email protected]
Subject: Re: st: RE: making a thumbnail graph
Thanks, Nick.
My intention is to display many graphs in one dimension.
And if I have to select several countries among all of them, can I
still use -by()- command?
Thanks.
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/