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
Originally posted by psads-git August 5, 2024
The following code produces the figure below. I was able to find out the labels for the intersections anchors only by trial and error. Is there some way of getting the labels of those intersections by using a systematic and deterministic way (and not by trial and error)? Thanks!
A solution proposed by @fenjalien is the following:
if you use for-each-anchor and display the anchor's name at its position it should tell you easily enough.
While the suggested workaround is a nice solution when dealing with a modest number of circles, it could become cumbersome if the number of circles is very large. It might be advisable to consider introducing some form of anchor sorting.
Discussed in #665
Originally posted by psads-git August 5, 2024
The following code produces the figure below. I was able to find out the labels for the intersections anchors only by trial and error. Is there some way of getting the labels of those intersections by using a systematic and deterministic way (and not by trial and error)? Thanks!
The text was updated successfully, but these errors were encountered: