Re: Capturing the output(s) from a Manipulate?
- To: mathgroup at smc.vnet.net
- Subject: [mg103409] Re: [mg103389] Capturing the output(s) from a Manipulate?
- From: Murray Eisenberg <murray at math.umass.edu>
- Date: Sun, 20 Sep 2009 06:24:34 -0400 (EDT)
- Organization: Mathematics & Statistics, Univ. of Mass./Amherst
- References: <200909190927.FAA22363@smc.vnet.net>
- Reply-to: murray at math.umass.edu
It's already there! 1. Choose the settings you want for all the Manipulate output's controls. 2. On the Manipulate output, click the little + symbol that's in the upper-right corner of the panel. A drop-down menu appears. Click the entry Paste Snapshot. That will paste into a new Input cell a DynamicModule expression for the current settings of all the controls. Now just evaluate that new Input cell the reproduce the content of the manipulate. (It won't show the controls and panel background, just the actual content of the normally-white-background result of those settings. AES wrote: > Suppose I have a Manipulate[ ] that creates one or more plots, tables, > whatever other output. I exercise it though various values of the > controls until I understand how these outputs change, and then decide > that I want to capture and "freeze" into the notebook the outputs for > three specific sets of these control values, call them cv1, cv2, cv3. > > [After which I may even delete the Manipulate command.] > > What's the recommended process for doing this for each of those three > selected outputs, as I generate them, so that they'll survive any future > Cell >> Delete All Output menu commands? > > Some kind of Copy/paste? Some kind of style change for the Output cells > as they're generated? > > [Might be nice to have a built-in "Save this output" button in the basic > Manipulate interface that would do just that when clicked?] > -- Murray Eisenberg murray at math.umass.edu Mathematics & Statistics Dept. Lederle Graduate Research Tower phone 413 549-1020 (H) University of Massachusetts 413 545-2859 (W) 710 North Pleasant Street fax 413 545-1801 Amherst, MA 01003-9305
- References:
- Capturing the output(s) from a Manipulate?
- From: AES <siegman@stanford.edu>
- Capturing the output(s) from a Manipulate?