We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 827b98e + d8c91d7 commit 7286d40Copy full SHA for 7286d40
examples/gallery/grid/track_sampling.py
@@ -24,7 +24,7 @@
24
25
fig = pygmt.Figure()
26
# 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")
+fig.basemap(region="d", frame=True, projection="Cyl_stere/8i")
28
fig.grdimage(grid=grid, cmap="gray")
29
fig.coast(land="#666666")
30
# Plot using circles (c) of 0.15cm, the sampled bathymetry points
0 commit comments