8000 fix another import line · suddrey-qut/spatialmath-python@1ec57dc · GitHub
[go: up one dir, main page]

Skip to content

Commit 1ec57dc

Browse files
committed
fix another import line
1 parent 82ace6a commit 1ec57dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spatialmath/base/transforms3d.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1511,7 +1511,8 @@ def trplot(T, axes=None, dims=None, color='blue', frame=None, textcolor=None, la
15111511
ax.text(y[0], y[1], y[2], "$%c_{%s}$" % (labels[1], frame), color=color, horizontalalignment='center', verticalalignment='center')
15121512
ax.text(z[0], z[1], z[2], "$%c_{%s}$" % (labels[2], frame), color=color, horizontalalignment='center', verticalalignment='center')
15131513

1514-
import spatialmath.base.animate as animate
1514+
from spatialmath.base import animate as animate
1515+
15151516

15161517
def tranimate(T, **kwargs):
15171518
"""

0 commit comments

Comments
 (0)
0