twoway line x x, xlabel(1(1)10) ylabel(1(1)10) graphregion(margin(zero ))
or
twoway line x x, xlabel(1(1)10) ylabel(1(1)10) plotr(m(zero))
graphregion(margin(zero ))
Scott
On Thu, Feb 12, 2009 at 1:16 PM, Hiroyuki Kawakatsu <[email protected]> wrote:
> 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.
*
* 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/