We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71bf265 commit 6529a9dCopy full SHA for 6529a9d
examples/gallery/images/contours.py
@@ -2,7 +2,7 @@
2
Contours
3
--------
4
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:
+The data for the triangulation can be provided using one of three methods:
6
7
#. ``x``, ``y``, ``z`` 1d :class:`numpy.ndarray` data columns.
8
#. ``data`` 2d :class:`numpy.ndarray` data matrix with 3 columns corresponding
0 commit comments