Re: Bug in Mathematica 4 on NT4 using PlotVectorField
- To: mathgroup at smc.vnet.net
- Subject: [mg21332] Re: [mg21330] Bug in Mathematica 4 on NT4 using PlotVectorField
- From: Maarten.vanderBurgt at icos.be
- Date: Sun, 26 Dec 1999 01:26:10 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Gregor, It works fine on my PC (mathematica 4, NT4 sp5). I guess there is some problem loading the package. Start a fresh kernel session and try the same again. Maarten "Gregor" <governey at duckman.sid.hp.com> on 24-12-99 09:42:32 AM Subject: [mg21332] [mg21330] Bug in Mathematica 4 on NT4 using PlotVectorField I just wanted to plot a vector field according to the manual with my Mathematica 4 on NT4 SP6a. It was working fine with Mathematica 3. But I do not understand why the following code just does not want to plot. Any ideas? In[30]:= <<Graphics`PlotField` In[31]:= PlotVectorField[{Sin[x], Cos[y]}, {x, 0, Pi}, {y, 0, Pi}] Out[31]= PlotVectorField[{Sin[x], Cos[y]}, {x, 0, \[Pi]}, {y, 0, \[Pi]}]