spatialmath-python icon indicating copy to clipboard operation
spatialmath-python copied to clipboard

Fix axis textcolor in transform3d

Open mzahana opened this issue 1 year ago • 0 comments

This PR fixes the issue of not setting the axis label textcolor appropriately.

trplot(T,  frame='W', color="green", length=3, dims=[-5,5], axes=ax1)

Will only change the color of axes, but not their labels. The labels stay blue.

With this PR, the axes label will take the color of color argument

mzahana avatar Sep 13 '22 08:09 mzahana