MathGroup Archive 2008

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

Search the Archive

Increase length of arrows in vectorfieldplot3d

  • To: mathgroup at smc.vnet.net
  • Subject: [mg86277] Increase length of arrows in vectorfieldplot3d
  • From: Chonny <johnconant2000 at gmail.com>
  • Date: Fri, 7 Mar 2008 02:30:20 -0500 (EST)

Hi,
     Just using vectorfieldplot3d for the first time (plotting
computed normals of a surface f(x,y) as it happens..).  I can't seem
to increase the length of the vectors, even if I multiply the vectors
by 1000!  Using Mathematica 6.0.2.0.  Example:

VectorFieldPlot3D[
 1000*nrmDblSinClamp[x, y, boxXext, boxYext, 2, 1, 0.0, 20.0],
 {x, boxXext[[1]], boxXext[[2]]},
 {y, boxYext[[1]], boxYext[[2]]},
 {z, -2, 2},
 Axes -> True, AxesLabel -> {X, Y, Z}, VectorHeads -> True]


  • Prev by Date: Another Mathematica 6 bug?
  • Next by Date: differential equation problem with Weierstrass elliptic function
  • Previous by thread: Re: Another Mathematica 6 bug?
  • Next by thread: RE: Increase length of arrows in vectorfieldplot3d