Most plotting not working...?
- To: mathgroup at smc.vnet.net
- Subject: [mg54480] Most plotting not working...?
- From: EKH <hall at localhost.localhost>
- Date: Mon, 21 Feb 2005 03:44:48 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Hi all - I know that this is going to be dumb, but I can't for the life of
me figure it out. It's probably too simple.
First, I loaded the Graphics`PlotField` lib. Now, when I go through the
ListPlotVectorField demo that creates the random varray and then pipes it
through the ListPlotVectorField[varray] it just spits forth all of the
numbers without drawing it.
When I try other demos it just spits them back at me:
In[49]:= PlotVectorField[{Sin[x], Cos[y]}, {x, 0, Pi}, {y, 0, Pi}]
Out[49]:= PlotVectorField[{Sin[x], Cos[y]}, {x, 0, \[Pi]}, {y, 0, \[Pi]}]
I know this is simple. Any help?
- Follow-Ups:
- Re: Most plotting not working...?
- From: DrBob <drbob@bigfoot.com>
- Re: Most plotting not working...?
- From: Pratik Desai <pdesai1@umbc.edu>
- Re: Most plotting not working...?