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