Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

curved edges (arrows) #70

Open
paulthebaker opened this issue Jun 26, 2014 · 2 comments
Open

curved edges (arrows) #70

paulthebaker opened this issue Jun 26, 2014 · 2 comments

Comments

@paulthebaker
Copy link

Is it possible to draw curved edges connecting two nodes? For instance I want an edge that wraps around from the end of a row back to the beginning.

This is accomplished in TikZ by specifying the outgoing and incoming angle for an edge relative to the start and end nodes. Is there a similar feature in Matplotlib that could be added to the Edge class?

@paulthebaker
Copy link
Author

It looks like FancyArrowPatch can do this with matplotlib.patch.ConnectionPatch.

I'm having trouble getting it to work with the FancyArrow object... not sure what the difference is between this and FancyArrowPatch.

@dsfulf
Copy link
Member

dsfulf commented Sep 4, 2019

Ideally this could be a set of kwargs that describe the fancy arrow patch, and which would have some defaults aliased to standard arrow types.

Implementation should also address #61.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants