Hi,
How can I prevent Stata from adding some extra spaces in the axis
margin at both ends of a plot? The closest I can get is
drop _all
set obs 10
gen x = _n
twoway line x x, plotr(m(zero))
The resulting graph has the x-axis margin on the right removed (which
is what I want) but not on the left. How can I get a plot with x-axis
that starts at x=1, not x=0? (For those who know R, I am looking for
an equivalent of the xaxs="i" option as in
plot(1:10, xaxs="i")
Thanks,
h.
--
+---
| Hiroyuki Kawakatsu
| Business School, Dublin City University
| Dublin 9, Ireland. Tel +353 (0)1 700 7496
*
* 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/