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