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]

Re: st: set more on / more command for graphs


From   Jorge Eduardo Pérez Pérez <[email protected]>
To   "[email protected]" <[email protected]>
Subject   Re: st: set more on / more command for graphs
Date   Mon, 30 Jul 2012 12:20:14 -0500

Try using the _request option of -display-

sysuse auto, clear
foreach x of varlist trunk-displacement {
scatter price `x'
di "Press enter to continue"
di ,_request(c)
}

_______________________
Jorge Eduardo Pérez Pérez


On Mon, Jul 30, 2012 at 7:08 AM, Marco Buur <[email protected]> wrote:
> Dear all
>
> I need to run visual inspeciton of the graphs (100 graphs) and need to
> stop the stata after every graph . I tried with commends below but it
> did not work. I have Stata 12
>
> set more on
> foreach var of varlist   X - Y {
>   scatter  `var'  Year,  mlabel(Country)
>      more
>        }
>
>
> Would appreciate your help
>
> Best Marco
> *
> *   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