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