Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions 2.4/reference/generated/numpy.gradient.html
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ <h1>numpy.gradient<a class="headerlink" href="#numpy-gradient" title="Link to th
<dt><strong>varargs</strong><span class="classifier">list of scalar or array, optional</span></dt><dd><p>Spacing between f values. Default unitary spacing for all dimensions.
Spacing can be specified using:</p>
<ol class="arabic simple">
<li><p>single scalar to specify a sample distance for all dimensions.</p></li>
<li><p>Single scalar to specify a sample distance for all dimensions.</p></li>
<li><p>N scalars to specify a constant sample distance for each dimension.
i.e. <em class="xref py py-obj">dx</em>, <em class="xref py py-obj">dy</em>, <em class="xref py py-obj">dz</em>, …</p></li>
<li><p>N arrays to specify the coordinates of the values along each
Expand All @@ -690,7 +690,7 @@ <h1>numpy.gradient<a class="headerlink" href="#numpy-gradient" title="Link to th
<dt><strong>edge_order</strong><span class="classifier">{1, 2}, optional</span></dt><dd><p>Gradient is calculated using N-th order accurate differences
at the boundaries. Default: 1.</p>
</dd>
<dt><strong>axis</strong><span class="classifier">None or int or tuple of ints, optional</span></dt><dd><p>Gradient is calculated only along the given axis or axes
<dt><strong>axis</strong><span class="classifier">None or int or tuple of ints, optional</span></dt><dd><p>Gradient is calculated only along the given axis or axes.
The default (axis = None) is to calculate the gradient for all the axes
of the input array. axis may be negative, in which case it counts from
the last to the first axis.</p>
Expand Down Expand Up @@ -993,4 +993,4 @@ <h1>numpy.gradient<a class="headerlink" href="#numpy-gradient" title="Link to th

</footer>
</body>
</html>
</html>