-
Notifications
You must be signed in to change notification settings - Fork 51
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
add graph viz section #62
Conversation
This is quite a challenge to do, but will be very helpful :) I've been quite familiar with various of these libraries from time to time over the years, but now I basically can't remember which is which or which one I should use for what! And I have never heard of some of the ones you've listed, so I'll have to check them out. A few miscellaneous thoughts (not requests or even suggestions to follow up on):
|
Yeah the plethora of tools is confusing to me too. Especially as they tend to be experiments that finally die out. Tags would be great. They could be based on usage, technology, or "access" (e.g., graphistry requires a server with an API key). There's some discussion about tags / groups in #7. You're right there are other tools. I've added those I knew plus some I found by searching. ;) Regarding your specific suggestions:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From https://pythonhaven.wordpress.com/2009/12/09/generating_graphs_with_pydot/ , it looks like pydot can be thought of as a graph visualization tool, so I've added it. I've also added builton info for the ones I know about ; other info can be added in a followon PR if anyone has more to put in.
Thanks for reviewing and merging! Agreed with all your comments and changes. |
Latest discovery: https://github.com/QuantStack/ipycytoscape |
PR? |
#64 ;) |
As discussed in #58, I'm adding a graph visualization section with 13 tools. I've tried to order by popularity, but I don't have access to monthly download counts. Feel free to add, remove, or reorder them.