bdaiinstitute / spatialmath-python

Create, manipulate and convert representations of position and orientation in 2D or 3D using Python
MIT License
519 stars 84 forks source link

Fix textcolor / origincolor in 3d plot: #67

Closed astyl closed 1 year ago

astyl commented 1 year ago

Hi, Attributes 'textcolor' and 'origincolor' aren't applied for 'frame' case. SO3().plot(frame="LABEL",color="green") image

Since value of textcolor and origincolor are already computed just before handling 'frame' case, there is no need to compute again.

petercorke commented 1 year ago

thanks for contributing the PR, and sorry for being slow. This was covered by #69 I think.