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: plotting a variable for the whole data
From
Humaira Asad <[email protected]>
To
STATA HELP <[email protected]>
Subject
RE: st: plotting a variable for the whole data
Date
Mon, 11 Apr 2011 15:10:51 +0000
Thank you Nick. Allah bless you with all good things and blessings. You can't imagine how important your help is for all of us who are struggling with different types of problems.
Humaira Asad
PhD Research Scholar
UoE Business School
University of Exeter, England
----------------------------------------
> Date: Mon, 11 Apr 2011 14:07:32 +0100
> Subject: Re: st: plotting a variable for the whole data
> From: [email protected]
> To: [email protected]
>
> I am not clear why -overlay- is not what you want. But try
>
> . line myvar time
>
> That could be a mess, depending on sort order.
>
> . tsset id time
> . line myvar time, c(L)
>
> often helps.
>
> . scatter myvar time
>
> is always possible.
>
> Nick
>
> On Mon, Apr 11, 2011 at 2:01 PM, Humaira Asad wrote:
>
> > How can I plot a variable over time in one diagram, because when i use xtline etc it shows all the panels separately or "overlay" shows all the graphs in one. I want one graph for the whole data together not for panels separately.
> *
> * 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/