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: graph: how to draw 45 degree reference line
From
"Airey, David C" <[email protected]>
To
"[email protected]" <[email protected]>
Subject
RE: st: graph: how to draw 45 degree reference line
Date
Sun, 14 Mar 2010 13:06:27 -0500
.
Ah, there's a good tip, and it avoids having to set the range with function y=x. Thank you.
-Dave
> Plotting a variable against itself is also sufficient.
>
> tw scatter weight price || line price price, sort
>
> Nick
> [email protected]
>
> Philipp Rehm
>
> sysuse auto, clear
> tw (scatter weight price) ///
> (function y=x, range(0 16000))
>
>
> On 3/13/2010 3:13 PM, Sun, Yan (IFPRI) wrote:
>
> > I would like to draw a y=x reference line (which is 45 degree line)
> for
> > my twoway scatter plots.
*
* 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/