Hacker News new | ask | show | jobs
by taubek 1261 days ago
You mean algos related only to NetworkX or in general? If you are looking for NetworkX related stuff besides the official docs, NetworkX Guide [1] is a good starting point.

[1] https://networkx.guide/

1 comments

In general! Graph drawing and interactivity is an interesting problem in my opinion.
Maybe this will be interesting to you. An open source graph visualization library called Orb.[1] There is a series of blog post that talk about the development and reasoning behind this library. [2]

[1] https://github.com/memgraph/orb

[2] https://memgraph.com/blog?topics=Orb#list

Thank you! I'll take a look.