Skip to content

Commit

Permalink
Add quiver example
Browse files Browse the repository at this point in the history
  • Loading branch information
henry2004y committed Aug 27, 2021
1 parent 7a56b68 commit e4a2356
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/src/man/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,11 @@ streamplot(data, "bx;bz")
streamplot(data, "bx;bz", density=2.0, color="k", plotinterval=1.0, plotrange=[-10,10,-Inf,Inf])
```

- quiver (currently only for Cartesian grid)
```
quiver(data, "ux;uy", stride=50)
```

- streamline + contourf
```
using Batsrus, PyPlot
Expand Down

0 comments on commit e4a2356

Please sign in to comment.