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: Re: Problem with graphs in separate tabs (Windows)


From   Dirk Enzmann <[email protected]>
To   [email protected]
Subject   Re: st: Re: Problem with graphs in separate tabs (Windows)
Date   Tue, 02 Apr 2013 21:11:03 +0200

Excellent!

Thank you very much, Scott. You are right, there are two ways to overcome the problem:

1) Drop -version 9.2- from the do-file that calls the program -sim_be- (which is defined in the do-file) or (in my case equivalently) change it to -version 12.1-. But this only will work if every user uses version 12.1, thus changing it to -version 12.1- should be used. However, I explicitly specified -version 9.2- because the program should work with this version, too. Therefore, solution 2 is the better alternative:

2) Change -clear- by -drop _all- in the program -sim_be-. This still allows to specify -version 9.2- without the side effect of deleting graphs previously created.

Problem solved.

Dirk

Tue, 2 Apr 2013 12:57:01 -0500, Scott Merryman <[email protected]> wrote:
I believe the reason is because you have set the version number 9.2 in
sim_be.do file   It appears that in version 9, -clear- is equivalent
to -clear all- in 12.1 which drops all open graphs.  You could change
the version number or use -drop _all- to remove the previously created
variables.

Scott

--
========================================
Dr. Dirk Enzmann
Institute of Criminal Sciences
Dept. of Criminology
Rothenbaumchaussee 33
D-20148 Hamburg
Germany

phone: +49-(0)40-42838.7498 (office)
       +49-(0)40-42838.4591 (Mrs Billon)
fax:   +49-(0)40-42838.2344
email: [email protected]
http://www2.jura.uni-hamburg.de/instkrim/kriminologie/Mitarbeiter/Enzmann/Enzmann.html
========================================
*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/faqs/resources/statalist-faq/
*   http://www.ats.ucla.edu/stat/stata/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index