The easiest way I know is to overlay (or more likely underlay) a -twoway function- plot, e.g.
scatter yvar xvar
becomes
twoway (function x, range(xvar) n(2)) (scatter yvar xvar)
to have the diagonal line underneath, or
twoway (scatter yvar xvar) (function x, range(xvar) n(2))
with the diagonal line on top.
David
[email protected]
-----Original Message-----
From: Falko Juessen [mailto:[email protected]]
Sent: 14 February 2005 10:24
To: [email protected]
Subject: st: add diagonal line to graph
Hello all,
I want do add a diagonal line to a scatterplot (the main diagonal).
I know how to add a horizontal or vertical line ( - help
added_line_options - ) but I don't know how to add a diagonal line.
Any suggestions?
Thanks in advance,
Falko.
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/