Skip to content

Commit

Permalink
add docstring for "data"
Browse files Browse the repository at this point in the history
  • Loading branch information
willschlitzer committed May 23, 2022
1 parent bfa8fa6 commit fa0aa4b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pygmt/src/fitcircle.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"""
fitcircle - Find mean position and great [or small] circle fit to points on sphere.
fitcircle - Find mean position and great [or small] circle fit to points on
sphere.
"""
import warnings

Expand Down Expand Up @@ -54,6 +55,9 @@ def fitcircle(data, output_type="pandas", outfile=None, **kwargs):
Parameters
----------
data : str or list or {table-like}
Pass in either a file name to an ASCII data table, a Python list, a 2D
{table-classes} containing longitude and latitude values.
output_type : str
Determine the format the xyz data will be returned in [Default is
``pandas``]:
Expand Down

0 comments on commit fa0aa4b

Please sign in to comment.