Re: How can I send output data to a new notebook or window?
- To: mathgroup at smc.vnet.net
- Subject: [mg37818] Re: [mg37779] How can I send output data to a new notebook or window?
- From: Kirk Reinholtz <kirk.reinholtz at jpl.nasa.gov>
- Date: Wed, 13 Nov 2002 01:13:38 -0500 (EST)
- References: <200211120813.DAA29109@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Here's an example to do that.
NotebookWrite[NotebookCreate[],
Cell[GraphicsData["PostScript",
DisplayString[Plot[x, {x, 0, 1}, DisplayFunction -> Identity]],
"Graphics"]]]
mopa wrote:
>
> I want to display a program's result in a new window or notebook. I
> searched Mathematica's Help, but I can not thoroughly understand how
> to do it, and there are no examples in the helps of related functions
> to demonstrate how to use it.
> Where can I find any reference? Thanks!
- References:
- How can I send output data to a new notebook or window?
- From: zhxp@yahoo.com (mopa)
- How can I send output data to a new notebook or window?