Statalist The Stata Listserver


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

st: graph combine all in memory


From   "Thomas Erdmann" <[email protected]>
To   <[email protected]>
Subject   st: graph combine all in memory
Date   Wed, 24 Jan 2007 14:53:19 +0100

Hi - 

Is there a way to tell -graph combine- to unite several graphs without
mentioning every graph separately, e.g. all currently in the memory? 

I tried the -*- and -_all- but that doesn't seem to work. See below how I
carried it out up to know

- Tom 



* GRAPHICAL ANALYSIS

set graphics off
foreach X of varlist G_* {
graph bar (mean) F15M9etrs, over(`X') name(`X') title("`X'") 
}
set graphics on

#delimit 
graph combine 
G_r_nonintinc_netinc 
G_r_llp_netintrev 
G_r_eqy_ta 
G_r_taearn_nearnass 
G_r_offbs_ta 
G_r_cost_inc 
G_c1wc_eps 
G_F15M12L1mv_bil G_bm_y  
G_r_nonintinc_netinc G_bm_y   
, saving(D:\statadata\graphs\group_r)
#delimit cr

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