-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Description
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 (
Line 802 in c7c9e1d
def draw_edges(self): |
path = Path(verts, codes)
patch = patches.PathPatch(
path, lw=lw, edgecolor=color, zorder=1, **self.edgeprops
)
self.ax.add_patch(patch)
If you have any thoughts, please let me know any suggestions. Very much appreciated!
Metadata
Metadata
Assignees
Labels
No labels