Skip to content

Commit 7286d40

Browse files
authored
Merge branch 'master' into enable-windows
2 parents 827b98e + d8c91d7 commit 7286d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/gallery/grid/track_sampling.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
fig = pygmt.Figure()
2626
# Plot the earth relief grid on Cylindrical Stereographic projection, masking land areas
27-
fig.basemap(region="g", frame=True, projection="Cyl_stere/150/-20/8i")
27+
fig.basemap(region="d", frame=True, projection="Cyl_stere/8i")
2828
fig.grdimage(grid=grid, cmap="gray")
2929
fig.coast(land="#666666")
3030
# Plot using circles (c) of 0.15cm, the sampled bathymetry points

0 commit comments

Comments
 (0)