MathGroup Archive 2007

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

Search the Archive

Re: Version 6.0 Problems

  • To: mathgroup at smc.vnet.net
  • Subject: [mg77350] Re: [mg77327] Version 6.0 Problems
  • From: Selwyn Hollis <sh2.7183 at earthlink.net>
  • Date: Thu, 7 Jun 2007 03:47:44 -0400 (EDT)
  • References: <200706061136.HAA01264@smc.vnet.net>

This is a bug that I just reported to WRI. You can fix it yourself.  
Open up the VectorFieldPlots.m file, and look for the last line of  
ListVectorFieldPlot. The second argument to FilterRules should be  
Options[Graphics], not Graphics.

-- Selwyn



On Jun 6, 2007, at 7:36 AM, WetBlanket wrote:

> The documentation for VectorFieldPlot says that it takes the same
> options as Graphics ( plus several more).  I cannot get it to accept
> the PlotLabel option. I have also tried several other Graphics options
> which it did not accept.
>
> Example:
>
> Needs["VectorFieldPlots`"];
>
> VectorFieldPlot[{E2Dx,E2Dy},{x,-0.1,1.5},{y,-0.1,1.5},
> PlotLabel->"Field of point charge located at {1,1}"]
>
> The Vector field is plotted but without any text.
>
> Are others having this problem with VectorFieldPlot?
>
> Gary Boswell
>
>



  • Prev by Date: Re: v6: still no multiple undo?
  • Next by Date: Re: apparently I don't know how to use Map (or Apply or MapThread)
  • Previous by thread: Version 6.0 Problems
  • Next by thread: Re: Version 6.0 Problems