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 d1287a6 commit a0840a6Copy full SHA for a0840a6
examples/gallery/images/track_sampling.py
@@ -24,10 +24,10 @@
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/15c")
+fig.basemap(region="g", projection="Cyl_stere/150/-20/15c", frame=True)
28
fig.grdimage(grid=grid, cmap="gray")
29
fig.coast(land="#666666")
30
-# Plot using circles (c) of 0.15 cm, the sampled bathymetry points
+# Plot the sampled bathymetry points using circles (c) of 0.15 cm
31
# Points are colored using elevation values (normalized for visual purposes)
32
fig.plot(
33
x=track.longitude,
0 commit comments