File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
--------
4
4
The :meth:`pygmt.Figure.contour` method can plot contour lines from a table of points by direct triangulation.
5
5
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
9
9
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
11
11
"""
12
12
13
13
You can’t perform that action at this time.
0 commit comments