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

st: graph bug


From   Edwin Leuven <[email protected]>
To   [email protected]
Subject   st: graph bug
Date   Mon, 6 Sep 2004 15:53:52 +0200 (CEST)

not being a fan of stata 8 graphs (too slow, nasty syntax) i nevertheless cannot always afford to switch software (R), just to look at my data.

i try to make a simple line graph, but fail:

. twoway (line train1920-train1970 leeftijd, clpat(solid ...) legend(off))
too many options
too many options
too many options
r(1003);

while this works fine:

. twoway (line train1920-train1990 leeftijd, legend(off))


then there is apparently a limit on varlist:

. twoway (line train* leeftijd, legend(off))
too many variables specified
too many variables specified
r(103);

which i couldn't find in the documentation...

any takers?

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