-
Notifications
You must be signed in to change notification settings - Fork 393
Description
Hi @holtzy ,
Hope you are well. I'd like to add a section and some examples of network plots from my library iplotx. Our own gallery is at:
https://iplotx.readthedocs.io/en/latest/gallery/index.html
and contains 70+ examples.
Is this something I could open a PR for? It already got integrated into networkx and a few more packages and am trying to spread the word since it works better than anything else I've tried over the last decade.
Thank you!
Some details on the library below:
iplotx is a universal library to visualise networks/graphs and trees (e.g. phylogenetic trees) in Python using matplotlib as a backend. It natively supports networkx and igraph data structures for networks and Biopython, skicit-bio, cogent3, and ETE4 for trees. This covers arguably the vast majority of users for these types of visualisations in Python. I'm trying to add graph-tool, the CI is a little iffy because it's in C++ with its own installation recipe.