Skip to content

Commit

Permalink
Minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
jreniel committed Jan 25, 2020
1 parent 1cf46f7 commit 17f717d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,18 @@ pip install -e .


### Usage examples:

---
#### Using the CLI
---
##### Example 1: Full domain hgrid plot from the terminal.
``` bash
plot_mesh /path/to/hgrid.gr3 --plot-boundaries --plot-elements
```
![example_1_hgrid](https://raw.githubusercontent.com/schism-dev/pyschism/master/examples/example_1/hgrid.png)

---
#### Using the Library
---
##### Example 1: Full domain Hgrid plot:
``` python
from pyschism.mesh import Hgrid
Expand Down

0 comments on commit 17f717d

Please sign in to comment.