Rotate an array by 90 degrees in the plane specified by axes. Rotation direction is from the first towards the second axis. New in version 0.15.0.
array_like
Number of times the array is rotated by 90 degrees.
Default [0, 1]. The array is rotated in the plane defined by the axes. Axes must be different.
A rotated view of m.
Rotate an array by 90 degrees in the plane specified by axes. Rotation direction is from the first towards the second axis. New in version 0.15.0.