I am making a set of ordinary graphs of data plus fitted values:
tw (sc y date) (line fv date) , legend(off) by(city)
But the legend(off) option is ignored. I suspect that this is because
legend() is merged-implicit, and the by() option must be issuing a legend
option of its own which overrides mine (if I omit -by(city)- then the
legend disappears).
Does anyone know how I can give the legend a myth?
Thanks
KD