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
Is it possible to draw curved edges connecting two nodes? For instance I want an edge that wraps around from the end of a row back to the beginning.
This is accomplished in TikZ by specifying the outgoing and incoming angle for an edge relative to the start and end nodes. Is there a similar feature in Matplotlib that could be added to the Edge class?
The text was updated successfully, but these errors were encountered:
Is it possible to draw curved edges connecting two nodes? For instance I want an edge that wraps around from the end of a row back to the beginning.
This is accomplished in TikZ by specifying the outgoing and incoming angle for an edge relative to the start and end nodes. Is there a similar feature in Matplotlib that could be added to the Edge class?
The text was updated successfully, but these errors were encountered: