Skip to content

Commit a0840a6

Browse files
authored
Tiny improvement for the sampling along tracks gallery example (#1054)
1 parent d1287a6 commit a0840a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/gallery/images/track_sampling.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
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/15c")
27+
fig.basemap(region="g", projection="Cyl_stere/150/-20/15c", frame=True)
2828
fig.grdimage(grid=grid, cmap="gray")
2929
fig.coast(land="#666666")
30-
# Plot using circles (c) of 0.15 cm, the sampled bathymetry points
30+
# Plot the sampled bathymetry points using circles (c) of 0.15 cm
3131
# Points are colored using elevation values (normalized for visual purposes)
3232
fig.plot(
3333
x=track.longitude,

0 commit comments

Comments
 (0)