Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
Drexel University or The Math Forum.
|
|
|
|
Re: [mg4377] Print[ ], Print[ ], Show[ ], Show[ ] ???
Posted:
Jul 19, 1996 2:50 AM
|
|
> I have a display routine > > myDisplayRoutine = Hold[ > Print[---]; > Show[----]; > Print[---]; > Show[----];]; > > where each Print statement is supposed to put in a header > or title for the subsequent graphics. But when I execute > > variables = stuff; ReleaseHold[myDisplayRoutine]; > > the output comes out as > > First print stuff > Second print stuff > > First graphics stuff > > Second graphics stuff > > Any way to force what I want?
There should be an option in one of the preferences dialog box (it might be called Action Preferences, or some slight permutation of that, depending upon your version of Mathematica) which allows you to force all print statements into separate cells. Make sure this option is checked and Mathematica should do what you want.
Sincerely,
John Fultz jfultz@wolfram.com Applications Group Wolfram Research, Inc.
|
|
|
|