Skip to content

Commit 6529a9d

Browse files
Update examples/gallery/images/contours.py
Co-authored-by: Will Schlitzer <schlitzer90@gmail.com>
1 parent 71bf265 commit 6529a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/gallery/images/contours.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Contours
33
--------
44
The :meth:`pygmt.Figure.contour` method can plot contour lines from a table of points by direct triangulation.
5-
The data to the triangulation can be provided in one of three options:
5+
The data for the triangulation can be provided using one of three methods:
66
77
#. ``x``, ``y``, ``z`` 1d :class:`numpy.ndarray` data columns.
88
#. ``data`` 2d :class:`numpy.ndarray` data matrix with 3 columns corresponding

0 commit comments

Comments
 (0)