MathGroup Archive 1998

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

Search the Archive

MathLive Professional and Mathematica 3.01



Hello!

Has anyone tried using MathLive Professional with Mathematica 3.01? On
my G3 Mac MathLive works without any problems with Mathematica 2.2.2 .
With 3.01, however, I get an error message each time a graphic object
is sent to MathLive (via MathLink). Nevertheless the graphics in the
MathLive window look and behave as they should.   Here is a typical
example:

<<Graphics`

In[5]:=
t=Graphics3D[{Red,Torus[]},Lighting->False];

In[6]:=
Live[t]

SurfaceGraphics::"gmat":
    "\!\(sfg1\) is not a rectangular array larger than 2 x 2."

In[7]:=
s=Graphics3D[{Green,Cone[]},Lighting->False];

In[8]:=
Live[s]

SurfaceGraphics::"gmat":
    "\!\(sfg1\) is not a rectangular array larger than 2 x 2."

Any ideas?





  • Prev by Date: Complex -> List does not work
  • Next by Date: Re: Plotting vector-valued functions
  • Prev by thread: Re: Complex -> List does not work
  • Next by thread: Re: MathLive Professional and Mathematica 3.01