Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

st: AW: Text size in graphs


From   "Martin Weiss" <[email protected]>
To   <[email protected]>
Subject   st: AW: Text size in graphs
Date   Mon, 3 May 2010 16:45:24 +0200

<> 


" Also, I´m doing two graphs side-by-side (-by(sex)-). How do I get a larger
font for the sex-labels (boys, girls) that are shown on top of the graph?"




*************
sysuse auto, clear
tw (scatter mpg price), by(foreign, legend(on)) legend(size(huge))
subtitle(, size(huge))
*************



HTH
Martin


-----Ursprüngliche Nachricht-----
Von: [email protected]
[mailto:[email protected]] Im Auftrag von Tomas Lind
Gesendet: Montag, 3. Mai 2010 16:27
An: [email protected]
Betreff: st: Text size in graphs

Dear listers

I am struggling with getting larger text to fit en OH-slide. 

Does anyone know how to get larger text in a legend. Seems to be complicated
with the need to resize the legend-box to?

Also, I´m doing two graphs side-by-side (-by(sex)-). How do I get a larger
font for the sex-labels (boys, girls) that are shown on top of the graph?


/Tomas



* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
twoway ///
(line p  time    , sort lc(red) lw(thick) )  	///
(line p  time    , sort lc(blue) lw(thick) )  	///
(line p  time    , sort lc(black) lw(thick) )  	///
(line p  time    , sort lc(green) lw(thick) )   , 	///
///
ylabel(0(0.04)0.2 , angle(horiz) labsize(5) )
///
xlabel(1 2 4 8 12 , labsize(5))
///
legend(label(1 "0 risk factors")  		///
	 label(2 "1 risk factors") 		///
	 label(3 "2-3 risk factors")  		///
	 label(4 "4-5 risk factors") )		///
ytitle("Prev wheeze"  , size(5)) 		///
xtitle("Age in years" , size(5)) 		///
by(sex) 					///
scheme(s1mono) 
* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX	


*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/


*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index