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]

st: RE: Add single Point to Scatter


From   Nick Cox <[email protected]>
To   "'[email protected]'" <[email protected]>
Subject   st: RE: Add single Point to Scatter
Date   Thu, 5 May 2011 09:14:46 +0100

Yes. Use -scatteri-. See the manual on -twoway scatteri-. 

. sysuse auto
(1978 Automobile Data)

. scatter mpg weight

. scatter mpg weight || scatteri 60 2000 "amazing hypothetical car" , ytitle(`: var label mpg') xtitle(`: var label weight') legend(off)


Nick 
[email protected] 

Rilke Rainer Michael

does somebody know how I can add a single point to a scatter plot,
without generating a new entry in my data table?
I need this to mark a theoretical prediction one of my models make and
it would be interesting to mark it with a single dot different from
all others.


*
*   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