MathGroup Archive 2008

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

Search the Archive

Re: VectorStyle for centered vector tail?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg94269] Re: VectorStyle for centered vector tail?
  • From: ucervan at gmail.com
  • Date: Tue, 9 Dec 2008 07:00:34 -0500 (EST)
  • References: <ghdmst$fog$1@smc.vnet.net> <ghf75b$phv$1@smc.vnet.net>

You can do:

ListVectorPlot[Table[{y, -x}, {x, -3, 3, 0.5}, {y, -3, 3, 0.5}],
 VectorStyle -> "RightDot", VectorScale -> {Automatic, 0.3}]

This will create constant sizes for the disk for  all the vectors.

A more general way of specifying the alignment will be included in
future releases.

-Ulises
WRI



  • Prev by Date: Re: Plotting a large dataset
  • Next by Date: Re: Parallel computing and JLink
  • Previous by thread: Re: VectorStyle for centered vector tail?
  • Next by thread: Re: VectorStyle for centered vector tail?