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
Unlike the Cairo backend, the matplotlib backend does not handle multi-edges, or even reciprocal edges in directed graphs. Edges are plotted on top of each other, making it impossible to label or style them separately.
@iosonofabio I do see code for curved edges in the matplotlib backend. Is this a bug or a missing feature? Or is an explicit setting needed for curving edges?
#395 states that this used to work, so it appears that this is a regression? @ntamas, if so, can we squeeze a fix into 0.10.5? This is quite important functionality.
Describe the bug
Unlike the Cairo backend, the matplotlib backend does not handle multi-edges, or even reciprocal edges in directed graphs. Edges are plotted on top of each other, making it impossible to label or style them separately.
To reproduce
Compare with Cairo:
Version information
Current
main
, 28647e7The text was updated successfully, but these errors were encountered: