MathGroup Archive 2007

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

Search the Archive

Version 6.0 Problems

  • To: mathgroup at smc.vnet.net
  • Subject: [mg77327] Version 6.0 Problems
  • From: WetBlanket <Wyvern864 at gmail.com>
  • Date: Wed, 6 Jun 2007 07:36:16 -0400 (EDT)

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: Polynomial as a List
  • Next by Date: Re: Mapping a pure function with 2 conponents.
  • Previous by thread: Line-joins and line-caps in Mathematica 6
  • Next by thread: Re: Version 6.0 Problems