This is documentation for an old release of SciPy (version 0.9.0). Read this page in the documentation of the latest stable release (version 1.15.1).
Rotate an array.
The array is rotated in the plane defined by the two axes given by the axes parameter using spline interpolation of the requested order.
Parameters : | input : ndarray
angle : float
axes : tuple of 2 ints, optional
reshape : bool, optional
output : ndarray or dtype, optional
order : int, optional
mode : str, optional
cval : scalar, optional
prefilter : bool, optional
|
---|---|
Returns : | return_value : ndarray or None
|