We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6a3c1b commit fda8fadCopy full SHA for fda8fad
pygmt/src/grdgradient.py
@@ -24,7 +24,7 @@
24
N="normalize",
25
Q="norm_control",
26
R="region",
27
- S="slopefile",
+ S="slope_file",
28
V="verbose",
29
n="interpolation",
30
)
@@ -123,7 +123,7 @@ def grdgradient(grid, **kwargs):
123
grid output is not needed for this run then do not specify `outgrid`.
124
For subsequent runs, just use **r** to read these values. Using
125
**R** will read then delete the statistics file.
126
- slopefile : str
+ slope_file : str
127
Name of output grid file with scalar magnitudes of gradient vectors.
128
Requires `direction` but makes `outgrid` optional.
129
{R}
0 commit comments