Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tiny fixes for the plot tutorial #1026

Merged
merged 8 commits into from
Mar 10, 2021
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update
  • Loading branch information
core-man committed Mar 9, 2021
commit d4cdf0a817185fad103e5813297a8cf184258c06
3 changes: 1 addition & 2 deletions examples/tutorials/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@


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

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