MathGroup Archive 2007

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

Search the Archive

Re: Displaying graphics with the MathKernel in OS X

  • To: mathgroup at smc.vnet.net
  • Subject: [mg82912] Re: Displaying graphics with the MathKernel in OS X
  • From: David Bailey <dave at Remove_Thisdbailey.co.uk>
  • Date: Sat, 3 Nov 2007 03:24:29 -0500 (EST)
  • References: <fgenq7$g2d$1@smc.vnet.net>

kevin_jazz wrote:
> I'd like to use Mathematica the "old fashion" way by using the
> MathKernel with the notebook.  However, I'd like to be able to display
> graphics.  This is what I've done:
> 
> isengard:/Applications/Mathematica.app/Contents/MacOS kbowman$ ./
> MathKernel
> Mathematica 6.0 for Mac OS X x86 (32-bit)
> Copyright 1988-2007 Wolfram Research, Inc.
> 
> In[1]:= Plot[Sin[x],{x,1,3}]
> 
> Out[1]= -Graphics-
> 
> In[2]:= Exit[]
> isengard:/Applications/Mathematica.app/Contents/MacOS kbowman$
> 
> However, the Graphics are not displayed in a window.
> 
> Does anyone know of a way to do that?
> 
> thanks,
> 
> Kevin
> 
> 
I am interested to know why you want to avoid using the notebook interface!

One solution would be to display your graphics using 
SuperWidgetGraphicsPanel from within my (free) Super Widget Package, 
available from my site.

David Bailey
http://www.dbaileyconsultancy.co.uk


  • Prev by Date: Re: Converting a number back to a symbol?
  • Next by Date: Re: Dynamic palette of open notebooks
  • Previous by thread: Re: Displaying graphics with the MathKernel in OS X
  • Next by thread: Re: Displaying graphics with the MathKernel in OS X