Skip to content

Commit f6f5f54

Browse files
committed
Change grid resolution of regional map in earth-relief.py
1 parent d28904c commit f6f5f54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tutorials/earth-relief.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
# 15 centimeter figure with a Mercator projection and a CPT set to *geo*.
105105
# ``frame="a"`` is used to add a frame to the figure.
106106

107-
grid = pygmt.datasets.load_earth_relief(resolution="05m", region=[-14, 30, 35, 60])
107+
grid = pygmt.datasets.load_earth_relief(resolution="10m", region=[-14, 30, 35, 60])
108108
fig = pygmt.Figure()
109109
fig.grdimage(grid=grid, projection="M15c", frame="a", cmap="geo")
110110
fig.colorbar(frame=["a1000", "x+lElevation", "y+lm"])

0 commit comments

Comments
 (0)