| Author |
Comment/Response |
M Ryan
|
03/26/10 4:04pm
I seem to be getting an incorrect plot when I enter:
VectorPlot[{x*If[x < 6, 1, 0], y*If[y < 6, 1, 0]}, {x, 0, 10}, {y, 0,
10}, VectorStyle -> Arrowheads[0.02]]
It works fine when I use the same code, only with StreamPlot instead of VectorPlot:
StreamPlot[{x*If[x < 6, 1, 0], y*If[y < 6, 1, 0]}, {x, 0, 10}, {y, 0,
10}, VectorStyle -> Arrowheads[0.02]]
What's going on?
URL: , |
|