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

Re: st: Pausing graph display in stata results window


From   "Dev Vencappa" <[email protected]>
To   <[email protected]>
Subject   Re: st: Pausing graph display in stata results window
Date   Sun, 25 Jan 2004 19:01:52 +0000

Stata users,

Can anybody please advise me how to get stata to pause the display of graphs within a loop? The loop is as follows:


local z "205 223 229 248 306 369"

foreach x of local z{
line employment  year if nic87==`x', title(industry `x') sort
}

  When the graphs will appear in the main stata window, they come up one after the other. I have tried "set more on"  both outside the loop and inside the loop (I am not sure why but gave it a try) but without success. Some help on this please?

Many thanks

Dev






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