Skip to content

Commit

Permalink
Revert grdtrack example workaround in #531 crashing due to bad meridian
Browse files Browse the repository at this point in the history
  • Loading branch information
weiji14 committed Sep 2, 2020
1 parent d6ce55e commit a302be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gallery/grid/track_sampling.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

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

0 comments on commit a302be6

Please sign in to comment.