Skip to content

Commit cc79af4

Browse files
committed
https://github.com/petercorke/spatialmath-python/pull/58
1 parent d001f25 commit cc79af4

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

spatialmath/base/transforms3d.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3288,15 +3288,6 @@ def trplot(
32883288

32893289
# label the frame
32903290
if frame != "":
3291-
if textcolor is None:
3292-
textcolor = color[0]
3293-
else:
3294-
textcolor = "blue"
3295-
if origincolor is None:
3296-
origincolor = color[0]
3297-
else:
3298-
origincolor = "black"
3299-
33003291
o1 = T @ np.array(np.r_[flo, 1])
33013292
ax.text(
33023293
o1[0],

0 commit comments

Comments
 (0)