jcl:
Actually, thanks to Sphins suggestion to this question , adding the following to the top of the run routine fixed the issue here as well:

Code:
set(LOGFILE+PRELOAD+PLOTNOW);
setf(PlotMode,PL_ALL);


See the topic I linked to for a code snippet that causes trouble without the above command.

Any chance Zorro could make the "PL_ALL" mode the default behavior?
I just figure - when a user goes through the trouble of typing in a plot command, it is sensible to expect Zorro to actually execute it, right? Having to add an extra non-trivial configuration command to the Zorro script to tell Zorro that you ABSOLUTELY CERTAINLY want to see the plots you just asked for is a bit silly. Would you agree?

In any case, in my humble opinion Zorro would be much more noob friendly if extra commands were required to *hide* certain plots, instead of to *display* them.

Last edited by Hredot; 02/12/18 14:21.