Advertisement
Guest User

Untitled

a guest
May 3rd, 2017
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. VectorPlot[
  2. Normalize[{
  3. Cos[ArcTan[y, x]] + 0.33*Sin[ArcTan[y, x]], -Sin[ArcTan[y, x]] +
  4. 0.33*Cos[ArcTan[y, x]]
  5. }],
  6.  
  7. (* Range *)
  8. {x, -3, 3}, {y, -3, 3},
  9.  
  10. (* Style *)
  11. VectorStyle -> Orange,
  12. VectorScale -> {Scaled[0.04], Scaled[0.04]},
  13. Background -> RGBColor[0.2, 0.2, 0.5],
  14. Frame -> False,
  15. Prolog -> {Opacity[0.24], White, Disk[]}
  16. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement