Skip to content

Commit c105d4a

Browse files
committed
minor corections
1 parent 4cf47a2 commit c105d4a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/gallery/lines/contours.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
--------
44
The :meth:`pygmt.Figure.contour` method can plot contour lines from a table of points by direct triangulation.
55
The data to the triangulation can by provided in one of three options:
6-
1: ``x``, ``y``, ``z`` 1d data columns
7-
2: ``data`` 2d data matrix with 3 columns corresponding to ``x``, ``y``, ``z``
8-
3: ''data'' path string to a file containing the ``x``, ``y``, ``z`` in a tabular format
6+
1: ``x``, ``y``, ``z`` 1d data columns\n
7+
2: ``data`` 2d data matrix with 3 columns corresponding to ``x``, ``y``, ``z``\n
8+
3: ``data`` path string to a file containing the ``x``, ``y``, ``z`` in a tabular format\n
99
The parameters ``levels`` and ``annotation`` are deciding on the contours intervals and intervals of the
10-
annotation on the contours
10+
annotation on the contours respectively
1111
"""
1212

1313

0 commit comments

Comments
 (0)