You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
causes the label to not be printed, while replacing the Label(..) with just "2" keeps the label printing. Is there some other way to move the label along the curve?
The text was updated successfully, but these errors were encountered:
I also noticed that
draw(pic,(nodes[4]--nodes[5]).l(Label( "2",Relative(0.7))),red);
causes the label to not be printed, while replacing the Label(..) with just "2" keeps the label printing. Is there some other way to move the label along the curve?
The text was updated successfully, but these errors were encountered: