Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/tutorials/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@


########################################################################################
# We'll use :meth:`pygmt.Figure.plot` method to plot circles on the locations of the
# hypocenters of the earthquakes.
# We'll use :meth:`pygmt.Figure.plot` method to plot circles on the locations
# of the earthquakes.

fig = pygmt.Figure()
fig.basemap(region=region, projection="M15c", frame=True)
Expand Down