[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
st: re: breaks in linear plots
<>
I don't think May is trying to get a break in the axis, but rather in
the plotted line. Something like this, maybe?
. sysuse nlsw88.dta,clear
(NLSW, 1988 extract)
. g wagenorth = wage if !south
(942 missing values generated)
. g wagesouth = wage if south
(1304 missing values generated)
. collapse wagenorth wagesouth,by(age)
. twoway line wagenorth age if age<=40 || line wagesouth age if age>=40
Kit
Kit Baum, Boston College Economics and DIW Berlin
http://ideas.repec.org/e/pba1.html
An Introduction to Modern Econometrics Using Stata:
http://www.stata-press.com/books/imeus.html
*
* 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/