MathGroup Archive 2005

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

Search the Archive

Re: Most plotting not working...?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg54531] Re: [mg54480] Most plotting not working...?
  • From: DrBob <drbob at bigfoot.com>
  • Date: Tue, 22 Feb 2005 04:24:05 -0500 (EST)
  • References: <200502210844.DAA27212@smc.vnet.net>
  • Reply-to: drbob at bigfoot.com
  • Sender: owner-wri-mathgroup at wolfram.com

The usual cause of this is trying to use PlotVectorField BEFORE loading the library. If you've done that, loading the library doesn't fix the problem unless you Remove[PlotVectorField] first. (That removes the Global instance created when you tried to use the undefined symbol.)

Bobby

On Mon, 21 Feb 2005 03:44:48 -0500 (EST), EKH <hall at localhost.localhost> wrote:

>
> 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?
>
>
>
>



-- 
DrBob at bigfoot.com
www.eclecticdreams.net


  • Prev by Date: Re: problems plotting a derivative
  • Next by Date: Re: Most plotting not working...?
  • Previous by thread: Re: Most plotting not working...?
  • Next by thread: Re: Most plotting not working...?