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 there a way to change the arrow size of the directed edges, while keeping the edge width intact? I tried to add in edge_kwargs = dict(arrow_size = arrow_size), but it doesn't work.
Thanks!
The text was updated successfully, but these errors were encountered:
It's not a feature that is properly supported but it can be done by instantiating the Graph object (or any of the derived classes), and then manipulating each edge artist individually.
You are not the only that is wanting to get fancy with arrows (see issue #82), so I will try it to come up with proper way for the next release. However, as there is no "authors", just me, this will still be a while.
Dear authors,
Is there a way to change the arrow size of the directed edges, while keeping the edge width intact? I tried to add in edge_kwargs = dict(arrow_size = arrow_size), but it doesn't work.
Thanks!
The text was updated successfully, but these errors were encountered: