From 1d284621088abc38923877a7a1d7d1cd697007b0 Mon Sep 17 00:00:00 2001 From: core-man Date: Sun, 14 Mar 2021 04:00:07 +0800 Subject: [PATCH] Tiny improvement for the sampling along tracks gallery example --- examples/gallery/images/track_sampling.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/gallery/images/track_sampling.py b/examples/gallery/images/track_sampling.py index 02ba34a418c..8d17987ca69 100644 --- a/examples/gallery/images/track_sampling.py +++ b/examples/gallery/images/track_sampling.py @@ -24,10 +24,10 @@ fig = pygmt.Figure() # Plot the earth relief grid on Cylindrical Stereographic projection, masking land areas -fig.basemap(region="g", frame=True, projection="Cyl_stere/150/-20/15c") +fig.basemap(region="g", projection="Cyl_stere/150/-20/15c", frame=True) fig.grdimage(grid=grid, cmap="gray") fig.coast(land="#666666") -# Plot using circles (c) of 0.15 cm, the sampled bathymetry points +# Plot the sampled bathymetry points using circles (c) of 0.15 cm # Points are colored using elevation values (normalized for visual purposes) fig.plot( x=track.longitude,