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

st: graph bug?


From   Enzo Coviello <[email protected]>
To   [email protected]
Subject   st: graph bug?
Date   Thu, 25 Jul 2002 08:42:16 +0200

Dear Stata Users,

in a two way graph, label of yvar disappears when symbol(i) is specified:

. use "C:\DATA\auto.dta", clear
(1978 Automobile Data)

. de

Contains data from C:\DATA\auto.dta
obs: 74 1978 Automobile Data
vars: 12 20 Jul 2002 12:51
size: 3,478 (99.5% of memory free)
-------------------------------------------------------------------------------
storage display value
variable name type format label variable label
-------------------------------------------------------------------------------
.....
weight int %8.0g Peso
length int %8.0g lunghezza
......
-------------------------------------------------------------------------------
Sorted by: foreign



. graph length weight,s(o) c(l) sort


Label of length is shown. Otherwise if s(i) is specified length label disappears


. graph length weight,s(i) c(l) sort



Has anyone faced same problem?

Enzo

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