| Author |
Comment/Response |
Horatio
|
03/25/09 01:47am
The Arrow[] command does not give same length of arrows for different directions.
For example, simply running:
Table[Graphics[{Red, Arrowheads[Large],
Arrow[{{0, 0}, {Sin[x], Cos[x]}}]}], {x, 0, 3.14, .1}]
give arrows in correct direction but each one has different length.
Can one make them all unit-length?
Please help. Thanks!
URL: , |
|