Statalist The Stata Listserver


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

Re: st: Spelling mistake in graph despite correction in code


From   Tom Trikalinos <[email protected]>
To   [email protected]
Subject   Re: st: Spelling mistake in graph despite correction in code
Date   Wed, 18 Jan 2006 18:36:15 +0200

your switzerland variable is probably labeled "swizerland"

. label var switzerland "Switzerland"

and then re-run the code snippet

hope this does the trick

tom

On Jan 18, 2006, at 6:28 PM, Tinna wrote:

Dear Statalisters,

I am making a graph with the code below. Originally I had the
Switzerland misspelled both in the name of the variable and in the
code (swizerland). Well I renamed the variable and added the missing t
into the code. However, it is still misspelled on the graph that STATA
generates. I am puzzled, confused and wondering what could cause this.
Do any of you know?

twoway (scatter Iceland incomerank) (scatter usa incomerank) (scatter
sweden incomerank, msymbol(square)) (scatter switzerland incomerank,
msymbol(triangle)) (scatter spain incomerank, msymbol(X)),
ytitle(Deviation from diagonal) xtitle(Cumul. % of sample)
title(Figure 3.2.2) subtitle(Concentration Curves' Deviation From
Diagonal (absolute values)) scheme(s2manual)

Thanks
Tinna
P.S. Stata 9

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


Tom Trikalinos, MD
[email protected]

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