Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lheagy committed May 13, 2019
1 parent 1831f5c commit 9a30ad3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CONTRIBUTING.md
Expand Up @@ -181,6 +181,23 @@ To maintain consistency of the notebook-apps, please use the following structure

Prior to creating a pull request with a new notebook, please make sure you restart the kernel and clear output so that it always starts from a clean state.

### Conventions


**For colormaps** (http://matplotlib.org/examples/color/colormaps_reference.html)
- **fields** are plotted with the `viridis`
- **potentials** are plotted with `viridis`
- **sensitivities** are plotted with `viridis`
- **physical properties** are plotted with `jet`
- **charges** are plotted with `RdBu`

**Order of widgets:**

- geometry of survey
- geomerty target
- physical properties of target
- view options

### Code style

We use [Black](https://github.com/ambv/black) to format the code so we don't have to
Expand Down

0 comments on commit 9a30ad3

Please sign in to comment.