Bookmark and Share

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   Steve Samuels <[email protected]>
To   [email protected]
Subject   Re: st: graph: how to draw 45 degree reference line
Date   Sun, 14 Mar 2010 15:01:49 -0400

This variation looks like it will make the line truly a 45 degree line.

------CODE BEGINS-----
sysuse auto, clear
set obs 75
replace price = 0 in 75
line price price, xsize(4) ysize(4)
-----CODE ENDS

Steve
On Sun, Mar 14, 2010 at 2:51 PM, Martin Weiss <[email protected]> wrote:
>
> <>
>
>
> If ever you did want to extend the range with Nick`s solution, e.g. to
> include the origin:
>
>
>
> *************
> sysuse auto, clear
>
> set obs 75
> replace price = 0 in 75
>
> tw scatter weight price ||  /*
> */ line price price, sort
>
> *************
>
>
> HTH
> Martin
>
> -----Original Message-----
> From: [email protected]
> [mailto:[email protected]] On Behalf Of Airey, David C
> Sent: Sonntag, 14. März 2010 19:06
> To: [email protected]
> Subject: RE: st: graph: how to draw 45 degree reference line
>
> .
>
> 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/
>
>
> *
> *   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/
>



-- 
Steven Samuels
[email protected]
18 Cantine's Island
Saugerties NY 12477
USA
845-246-0774

*
*   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–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index