Skip to content

Commit 8560eeb

Browse files
Update pygmt/src/grdtrack.py
Co-authored-by: Michael Grund <23025878+michaelgrund@users.noreply.github.com>
1 parent b8e2be7 commit 8560eeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/src/grdtrack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ def grdtrack(points, grid, newcolname=None, outfile=None, **kwargs):
278278
>>> # Create a pandas dataframe from an input grid and set of points
279279
>>> # The output dataframe adds a column named "bathymetry"
280280
>>> output_dataframe = pygmt.grdtrack(
281-
... points=dataframe, grid=grid, newcolname="bathymetry"
281+
... points=points, grid=grid, newcolname="bathymetry"
282282
... ) # doctest: +SKIP
283283
"""
284284
if hasattr(points, "columns") and newcolname is None:

0 commit comments

Comments
 (0)