VectorFieldPlot scaling
- To: mathgroup at smc.vnet.net
- Subject: [mg90412] VectorFieldPlot scaling
- From: Aaron Fude <aaronfude at gmail.com>
- Date: Tue, 8 Jul 2008 07:48:58 -0400 (EDT)
Hi,
Is there a way to have AspectRatio affect the shape of the domain, but
not the direction of the vectors.
For example, in the following code, could I still have the arrows
point at the 45 degree angle?
vfPlot = VectorFieldPlot[{1, 1},
{x, 0, 10 },
{z, 0, 1},
AspectRatio -> 1, Axes -> True,
Ticks -> {None, Automatic}]
I realize there is a relatively simple work around that involves
altering the actual field being plotted, but there has got to be a
cleaner way.
Thanks,
Aaron