Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

st: simple "graph twoway, b()" question


From   Markus Pannenberg <[email protected]>
To   [email protected]
Subject   st: simple "graph twoway, b()" question
Date   Wed, 25 Feb 2009 17:35:48 +0100

Hi all,

I have a simple "graph twoway, by()" question:

When I type:

(1) twoway (line gdp year),  by(country),

Stata creates a graph with plots for all countries and a range for the
x axis starting in 2000 though the minimum of the variable year is
2001!


When I type:

(2) twoway (line gdp year),  xsc(r(2001 2006)),

Stata creates a graph with a range for the x axis starting in 2001.

However, when I combine (1) and (2), i.e.

(3) twoway (line gdp year), by(country, xsc(r(2001 2006)))

Stata tells me: "option xsc() not allowed" r(198)!

Any suggestions?

Thanks a lot!

Best,

Markus
*
*   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/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index