Fabio Zanini
Fabio Zanini
Please elaborate? I believe this is already working
Try `edge_linestyle`
Not sure ATM, I'm traveling with the kids so it might take a day or two before I can try this out. Let's see if anyone else happens to know,...
I am developing a new package to improve plotting of graphs/networks in Python using `igraph` or `networkx`, it's called `iplotx`. It's designed to make all these things easy. In your...
Link to the package: https://github.com/fabilab/iplotx You can install it from pip
Matt from https://quantecon.org/ is having a look this weekend, let's see how far we can get :-)
Apologies if this comes across a little rude, but these changes look like ChatGPT. Did you use it for this @CrypticRevenger?
Thanks both. Note that scanpy already has the two step process in place internally, and you could swap igraph for either or both steps. Actually it's three steps, the first...
Reopening because the implication here is that I'd be happy to actually write the code and it's Python sibling. Traveling networks are both interesting and unique, however their dynamic nature...
Traveling networks are a class of dynamic networks where nodes and edges are added and removed and nodes have spatial coordinates. The rule for adding and removing nodes (and their...