Skip to content

Commit

Permalink
Fixed scipy.Rotation arguments in docs (#667)
Browse files Browse the repository at this point in the history
  • Loading branch information
igorcantele committed Jan 9, 2023
1 parent fbda191 commit 5ab36d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/morphologies/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ giving a :class:`~scipy.spatial.transform.Rotation` (and a center, by default 0)
from scipy.spatial.transform import Rotation
r = Rotation.from_euler("xy", 90, 90, degrees=True)
r = Rotation.from_euler("xy", [90, 90], degrees=True)
dendrites.rotate(r)
.. figure:: /images/m_trans/rotate_dend.png
Expand Down

0 comments on commit 5ab36d8

Please sign in to comment.