Bookmark and Share

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: Xtline:reducing the size of the plot


From   Nick Cox <[email protected]>
To   [email protected]
Subject   Re: st: Xtline:reducing the size of the plot
Date   Tue, 5 Feb 2013 19:25:57 +0000

. egen id = group(country)

is designed to generate numeric identifiers. See its -label- option to
make use of value labels.

The size of a graph is controlled by -xsize()- and -ysize()-.

Nick

On Tue, Feb 5, 2013 at 7:19 PM, Tzaloupas Dimitrov
<[email protected]> wrote:

> I am using the following command
>
> xtline inflation,  overlay  but I have two problems:
>
>
> First of all I  have a panel data set and i generate
> egen id = group(country)
> But when i use  xtline inflation,  overlay  then instead of having the country names in the plot I have their corresponding numbers which is not very informative.
>
> second, I would like to reduce the size of the graph,
>
> I would be greatful if you could provide some help on these 2 issues
> I use Stata 11
*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/faqs/resources/statalist-faq/
*   http://www.ats.ucla.edu/stat/stata/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index