Skip to content

Commit 42abe59

Browse files
Update examples/tutorials/contour-map.py
Removed region from the method description because it is not a required arguement Co-authored-by: Dongdong Tian <seisman.info@gmail.com>
1 parent 82ac185 commit 42abe59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tutorials/contour-map.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# Create contour plot
1212
# -------------------
1313
#
14-
# The grdcontour method takes the grid input and the region values.
14+
# The :meth:`pygmt.Figure.grdcontour` method takes the grid input.
1515
# It plots annotated contour lines, which are darker and have the elevation/depth written on them,
1616
# and unannotated contour lines. In the example below, the default contour line intervals are 500 meters,
1717
# with an annotated contour line every 1000 meters.

0 commit comments

Comments
 (0)