From f17890df7b56fdab6c34d670ddfe0ed4a330a00c Mon Sep 17 00:00:00 2001 From: Mohamed Abdelkader Date: Tue, 13 Sep 2022 11:35:12 +0300 Subject: [PATCH] Fix axis textcolor in transform3d --- spatialmath/base/transforms3d.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/spatialmath/base/transforms3d.py b/spatialmath/base/transforms3d.py index 3510b3e9..456ef037 100644 --- a/spatialmath/base/transforms3d.py +++ b/spatialmath/base/transforms3d.py @@ -2931,15 +2931,6 @@ def trplot( # label the frame if frame: - if textcolor is None: - textcolor = color[0] - else: - textcolor = "blue" - if origincolor is None: - origincolor = color[0] - else: - origincolor = "black" - o1 = T @ np.array(np.r_[flo, 1]) ax.text( o1[0],