Skip to content

Commit

Permalink
Shorten formulation and add link
Browse files Browse the repository at this point in the history
Co-authored-by: Dongdong Tian <[email protected]>
  • Loading branch information
yvonnefroehlich and seisman authored Nov 11, 2024
1 parent ce35b66 commit 994b93e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/tutorials/basics/polygons.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@
fig.show()

# %%
# Use the ``fill`` parameter to fill the polygon with a color or pattern.
# For the patterns avilable in GMT see the Technical Reference at
# https://www.pygmt.org/dev/techref/patterns.html.
# Use the ``fill`` parameter to fill the polygon with a color or :doc:`pattern </techref/patterns>`.

fig = pygmt.Figure()
fig.basemap(region=[-5, 5, -5, 5], projection="X5c", frame=True)
Expand Down

0 comments on commit 994b93e

Please sign in to comment.