Skip to content

Commit d28904c

Browse files
Apply suggestions from code review
Co-authored-by: Dongdong Tian <seisman.info@gmail.com>
1 parent f73bf79 commit d28904c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/tutorials/earth-relief.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
import pygmt
2121

2222
########################################################################################
23-
# Load sample Earth relief data for the entire globe at a resolution of 30 arc minutes.
23+
# Load sample Earth relief data for the entire globe at a resolution of 1 arc degree.
2424
# The other available resolutions are show
2525
# at :gmt-docs:`datasets/remote-data.html#global-earth-relief-grids`.
26-
grid = pygmt.datasets.load_earth_relief(resolution="01d", registration="gridline")
26+
grid = pygmt.datasets.load_earth_relief(resolution="01d")
2727

2828
########################################################################################
2929
# Create a plot

0 commit comments

Comments
 (0)