Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: 12 Sep 2003 update breaks -text- with -graph hbar-


From   Friedrich Huebler <[email protected]>
To   [email protected]
Subject   st: 12 Sep 2003 update breaks -text- with -graph hbar-
Date   Fri, 12 Sep 2003 19:50:13 -0700 (PDT)

After the latest ado update (12 Sep 2003) the -text- option no longer
works properly with -graph hbar-. The following -graph- command
worked until today.

. sysuse auto
. graph hbar mpg, text(10 10 "abc")

After the ado update the same command returns an error message.

. graph hbar mpg, text(10 10 "abc")
invalid point, abc 10
invalid syntax
invalid syntax
invalid syntax
invalid syntax
invalid syntax
invalid syntax
r(198);

The following (wrong) command does draw a graph with text at the
position x=10 y=10.

. graph hbar mpg, text(10 10 10 "abc")

Did something peculiar happen to my computer or is this a problem
that affects everyone who installs the latest update?

Friedrich Huebler

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
*
*   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/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index