Bug in Mathematica 4 on NT4 using PlotVectorField
- To: mathgroup at smc.vnet.net
- Subject: [mg21330] Bug in Mathematica 4 on NT4 using PlotVectorField
- From: "Gregor" <governey at duckman.sid.hp.com>
- Date: Fri, 24 Dec 1999 03:42:32 -0500 (EST)
- Organization: SSO-IT, Hewlett-Packard Co.
- Sender: owner-wri-mathgroup at wolfram.com
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]}]