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

st: Identifying label inside the individual graph


From   "Mosca, Ilaria" <[email protected]>
To   <[email protected]>
Subject   st: Identifying label inside the individual graph
Date   Wed, 21 Dec 2005 15:45:55 +0100

Dear Statalisters,

I am creating a graph bar and I've specified the option -by (category
nearesthospital).
The variable category takes values from 1 to 6; nearesthospital from 1
to 3. 

I defined the labels with the following command: 
#delimit;
label define category 1 "general" 2 "academic" 3 "regional" 4 "clinic" 5
"nursing home" 6 "rural",add
	;
#delimit cr

Subsequently I run the following command: 
#delimit ;
graph bar (sum) popwithin15 popwithin30 popwithin45 popwithin60 if
nearesthospital<=3 & category<=6, 
	by(category nearesthospital, rows(6) 
	title ("% of population living within 15-30-45-60 minutes from a
medical institution", size(small))
	note("Source: NZa, 2006", size(vsmall)))
	legend (size(vsmall) label(1 "In 15 minutes")label(2 "In 30
minutes")label(3 "In 45 minutes")label(4 "In 60 minutes"))
	ysize(15) xsize(15)
	;
 #delimit cr

However, the labels inside the individual graph keep being numbers,
namely 1-2-3-4-5-6. If I run the command -label list, I see that they
all are correctly specified. But why don't I see them in my graph? 

Many thanks for your help.
Ilaria

Met inachtneming van eventuele beperkende bepalingen in deze e-mail, mag u deze informatie gebruiken voor het doel waarvoor u die ontvangt. Aan deze gegevens kunnen geen rechten worden ontleend. CTG/ZAio aanvaardt geen aansprakelijkheid voor de juistheid en volledigheid van deze gegevens. Enige schade, ontstaan door de ontvangst of het gebruik van dit e-mailbericht of de informatie daarin, komt voor uw eigen verantwoordelijkheid. Als u een officiele beslissing (besluit, beslissing op bezwaar) van het CTG/ZAio wilt waaraan rechtsgevolgen verbonden zijn is een e-mailbericht onvoldoende. U dient dan een schriftelijke en ondertekende brief of fax te sturen met daarin het verzoek of bezwaar.



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