Skip to content

Commit 805f0d6

Browse files
Extend intro text
1 parent 784bcfc commit 805f0d6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

examples/gallery/lines/curves_area.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
possible to fill the area between two curves y1 and y2. Different fills (colors or
66
patterns) can be used for the areas y1 > y2 and y1 < y2. Optionally, the curves can
77
be drawn.
8+
To plot an anomaly along a track use :meth:`pygmt.Figure.grdlandmask` and see the
9+
gallery example :doc:`Wiggle along tracks </gallery/lines/wiggle>`.
10+
811
"""
912

1013
# %%

0 commit comments

Comments
 (0)