Skip to content

Commit 7b179aa

Browse files
Adjust intro text
1 parent 9548c89 commit 7b179aa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

examples/gallery/lines/curves_area.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
Area between curves
33
-------------------
44
Using the ``fill_between`` parameter of the :meth:`pygmt.Figure.plot` method it is
5-
possible to fill the area between two curves y1 and y2 with color. Different fills
6-
(colors or patterns) can be used for the areas y1 > y2 and y1 < y2. Optionally, the
7-
curves can be drawn.
5+
possible to fill the area between two curves y1 and y2. Different fills (colors or
6+
patterns) can be used for the areas y1 > y2 and y1 < y2. Optionally, the curves can
7+
be drawn.
88
"""
99

1010
# %%

0 commit comments

Comments
 (0)