We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f73bf79 commit d28904cCopy full SHA for d28904c
examples/tutorials/earth-relief.py
@@ -20,10 +20,10 @@
20
import pygmt
21
22
########################################################################################
23
-# Load sample Earth relief data for the entire globe at a resolution of 30 arc minutes.
+# Load sample Earth relief data for the entire globe at a resolution of 1 arc degree.
24
# The other available resolutions are show
25
# at :gmt-docs:`datasets/remote-data.html#global-earth-relief-grids`.
26
-grid = pygmt.datasets.load_earth_relief(resolution="01d", registration="gridline")
+grid = pygmt.datasets.load_earth_relief(resolution="01d")
27
28
29
# Create a plot
0 commit comments