diff --git a/2.4/reference/generated/numpy.gradient.html b/2.4/reference/generated/numpy.gradient.html index 223d10c85..a5e1002c3 100644 --- a/2.4/reference/generated/numpy.gradient.html +++ b/2.4/reference/generated/numpy.gradient.html @@ -675,7 +675,7 @@
Spacing between f values. Default unitary spacing for all dimensions. Spacing can be specified using:
single scalar to specify a sample distance for all dimensions.
Single scalar to specify a sample distance for all dimensions.
N scalars to specify a constant sample distance for each dimension. i.e. dx, dy, dz, …
N arrays to specify the coordinates of the values along each @@ -690,7 +690,7 @@
Gradient is calculated using N-th order accurate differences at the boundaries. Default: 1.
Gradient is calculated only along the given axis or axes +
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.
@@ -993,4 +993,4 @@