Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/henry2004y/Batsrus.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
henry2004y committed Apr 28, 2021
2 parents 591b238 + 4136d6a commit a5da0a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/man/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ filenames = vcat(filenames, filesfound)
end
```

## Data visualzation
## Data visualization

We provide plot recipes for Plots.jl and wrappers for PyPlot.jl.

Expand Down Expand Up @@ -164,7 +164,7 @@ subplot(2,2,(1,3))
cutplot(data, "Ex", cut='y', cutPlaneIndex=128, plotrange=plotrange)
```

#### Find indexes
#### Finding indexes

To get the index of a certain quantity, e.g. electron number density
```
Expand Down Expand Up @@ -271,4 +271,4 @@ end
axis("equal")
```

Currently the `select_seeds` function uses pseudo random number generator that produces the same seeds every time.
Currently the `select_seeds` function uses pseudo random number generator that produces the same seeds every time.

0 comments on commit a5da0a5

Please sign in to comment.