Closed astyl closed 1 year ago
Hi, Attributes 'textcolor' and 'origincolor' aren't applied for 'frame' case. SO3().plot(frame="LABEL",color="green")
SO3().plot(frame="LABEL",color="green")
Since value of textcolor and origincolor are already computed just before handling 'frame' case, there is no need to compute again.
thanks for contributing the PR, and sorry for being slow. This was covered by #69 I think.
Hi, Attributes 'textcolor' and 'origincolor' aren't applied for 'frame' case.
SO3().plot(frame="LABEL",color="green")
Since value of textcolor and origincolor are already computed just before handling 'frame' case, there is no need to compute again.