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
Thanks for this cool project, I just wonder is it possible to draw arrows when plotting a directional graph with arcplot?
Passing edgeprops={"arrowstyle": "->", "arrowsize": 100000,} to nv.ArcPlot doesn't seem to work.
Looks like the edges are drawn wit the following code (
@Xiaojieqiu thanks for chiming in! Given how densely populated edges and arrows might become, I think your second suggestion, that is to make edges above the Arc line represent edges going from left to right, and edges below the Arc line represent edges going from right to left, makes the most sense!
Are you interested in putting together a PR for this feature? If so, please let me know. I'm going to be going offline for a few weeks, as my first kid is arriving and the company I work for is entering year-end review season, so producing code is going to be difficult, but I'll be happy to review code if you're game for it!
Thanks for this cool project, I just wonder is it possible to draw arrows when plotting a directional graph with arcplot?
Passing
edgeprops={"arrowstyle": "->", "arrowsize": 100000,}
tonv.ArcPlot
doesn't seem to work.Looks like the edges are drawn wit the following code (
nxviz/nxviz/plots.py
Line 802 in c7c9e1d
If you have any thoughts, please let me know any suggestions. Very much appreciated!
The text was updated successfully, but these errors were encountered: