Skip to content

Commit 71bb08d

Browse files
author
Meghan Jones
authored
Remove required description from label_placement parameter (#1444)
1 parent e022851 commit 71bb08d

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

pygmt/src/contour.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,10 @@ def contour(self, x=None, y=None, z=None, data=None, **kwargs):
8181
E : str
8282
Network information.
8383
label_placement : str
84-
Placement of labels.
84+
[**d**\|\ **f**\|\ **n**\|\ **l**\|\ **L**\|\ **x**\|\ **X**]\ *args*.
85+
Control the placement of labels along the quoted lines. It supports
86+
five controlling algorithms. See :gmt-docs:`contour.html#g` for
87+
details.
8588
I : bool
8689
Color the triangles using CPT.
8790
triangular_mesh_pen : str

pygmt/src/grdcontour.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ def grdcontour(self, grid, **kwargs):
7777
label_placement : str
7878
[**d**\|\ **f**\|\ **n**\|\ **l**\|\ **L**\|\ **x**\|\ **X**]\
7979
*args*.
80-
The required parameter controls the placement of labels along the
81-
quoted lines. It supports five controlling algorithms. See
82-
:gmt-docs:`grdcontour.html#g` for details.
80+
Control the placement of labels along the quoted lines. It supports
81+
five controlling algorithms. See :gmt-docs:`grdcontour.html#g` for
82+
details.
8383
{U}
8484
{V}
8585
{W}

0 commit comments

Comments
 (0)