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

st: RE: different graphics windows


From   "Nick Cox" <[email protected]>
To   <[email protected]>
Subject   st: RE: different graphics windows
Date   Tue, 22 Oct 2002 17:09:07 +0100

HealthMaps
> 
> For a do file which has
> 
> summarize murder poverty
> graph poverty, box
> graph murder, box
> stem poverty
> stem murder
> kdensity poverty
> kdensity murder
> graph murder poverty
> 
> how do I get the graphics to open up in separate graph 
> windows? As it is
> they are all made, but only the last appears in a graphics window.
 
This can't be done, unless you set up separate 
Statas, as discussed in another thread. 

-more- in a do file holds the 
graph until you press the space bar. 

e.g. 

foreach v of var poverty murder { 
	graph `v', box 
	more 
	kdensity `v' 
	more 
} 

Nick 
[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