Skip to content

Commit

Permalink
Merge branch 'master' into basemap_invalid_input
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Jan 21, 2021
2 parents f56b1ce + d99708d commit 6e19091
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,11 @@ General guidelines for making a good gallery plot:
dataset isn't available, open an issue requesting one and we'll work together to add
it.
* Add comments to explain things are aren't obvious from reading the code. Good: *Use a
Mercator projection and make the plot 6 inches wide*. Bad: *Draw coastlines and plot
the data*.
Mercator projection and make the plot 15 centimeters wide*. Bad: *Draw coastlines and
plot the data*.
* Describe the feature that you're showcasing and link to other relevant parts of the
documentation.
* SI units should be used in the example code for gallery plots.

### Tutorials

Expand All @@ -155,6 +156,7 @@ Guidelines for a good tutorial:
features or abbreviations.
* Explain the options and features in as much detail as possible. The gallery has
concise examples while the tutorials are detailed and full of text.
* SI units should be used in the example code for tutorial plots.

Note that the `Figure.show()` function needs to be called for a plot to be inserted into
the documentation.
Expand Down

0 comments on commit 6e19091

Please sign in to comment.