Hello,
I am considering submitting a patch to "draw_networkx_edges" to support passing of the "connectionstyle" parameter to the matplotlib FancyArrowPatch call in draw_networkx_edges.
Extending the call list to FancyArrowPatch in the draw_networkx_edges to pass an arc radius, for example, "connectionstyle='arc3, rad=0.1'" produces a curved arc. The parameter list would default to None.
I realise this is a minor update but I found it made reading bi-directional directed arc easier.
I would welcome your thoughts on whether this is dumb, or a reasonable minor enhancement.
Thanks,
G