Skip to content

Is it possible to make arcplot directional?  #634

@Xiaojieqiu

Description

@Xiaojieqiu

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 (

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions