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/