MathGroup Archive 2002

[Date Index] [Thread Index] [Author Index]

Search the Archive

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!


  • Prev by Date: RE: How to convert a matrix into a graph?
  • Next by Date: Re: How can I send output data to a new notebook or window?
  • Previous by thread: How can I send output data to a new notebook or window?
  • Next by thread: Re: How can I send output data to a new notebook or window?