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: problem scatterplot in Stata11
From
Maarten buis <[email protected]>
To
stata list <[email protected]>
Subject
RE: st: problem scatterplot in Stata11
Date
Tue, 17 Aug 2010 12:05:34 +0000 (GMT)
--- Peter Claeys wrote:
> I run the following command in Stata11 to produce a scatterplot
> of two series, X and Y
>
> twoway (scatter X Y, mlabel(country)) (lfit X Y)
>
> and get the following error message:
>
> option mtextq() not allowed
I cannot reproduce that error, the example below runs as
expected:
*--------------- begin example ----------------
sysuse auto
twoway scatter mpg weight, mlabel(make) || ///
lfit mpg weight
*--------------- end example ------------------
(For more on examples I sent to the Statalist see:
http://www.maartenbuis.nl/example_faq )
Are your .ado files and executable in sync?
Type in Stata:
update all
update swap
Hope this helps,
Maarten
--------------------------
Maarten L. Buis
Institut fuer Soziologie
Universitaet Tuebingen
Wilhelmstrasse 36
72074 Tuebingen
Germany
http://www.maartenbuis.nl
--------------------------
*
* 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/