Skip to content

Commit a1aac6f

Browse files
authored
Fix the wrong example in contributing guide (#334)
1 parent c2efb20 commit a1aac6f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,8 +310,7 @@ returning the `pygmt.Figure` object:
310310
def test_my_plotting_case():
311311
"Test that my plotting function works"
312312
fig = Figure()
313-
fig.psbasemap(region=[0, 360, -90, 90], projection='W7i', frame=True,
314-
portrait=True)
313+
fig.basemap(region=[0, 360, -90, 90], projection='W7i', frame=True)
315314
return fig
316315
```
317316

0 commit comments

Comments
 (0)