Dan Schult
Dan Schult
I think the `handles` containers need to be sequences or the order isn't always preserved. so the `legend_*` vars should be something like lists.
I used to know the specific defn of lexicographic BFS, but I have recalled my innocence. :) I think it might be that the order of the nodes within each...
Thank you for this careful description of the contributor experience and for your thoughtful suggestions. This is a relatively new feature that touches so many parts of networkx. We have...
Hmmm... now I can't even install my environment from scratch... mamba is not finding `rtoml` or `changelist`. ``` mamba install --file=requirements/default.txt --file=requirements/developer.txt ``` leads to: ``` Looking for: ["numpy[version='>=1.23']", "scipy[version='>=1.9,!=1.11.0,!=1.11.1']",...
When the paper doesn't handle the case (number of nodes less than 3 ) then raise an exception saying that. The OP intent is to make those exceptions more user...
I get the option of picking a label when I create a PR, and I can add them later also. But I suspect I have a permission setting that most...
The image looks qualitatively similar with a dataset including the first 5000 lines of the current dataset. You can try it out by changing the graph creation line `from_pandas_edgelist` to...
The layout is only computed once. So that's not the time bottleneck. The animation is almost certainly what is taking the time... but I suppose we could profile it (compare...
I think it would be better to switch to static images for the docs. We can have animations for a specific example that shows how to do this for any...
I think the right place would be the `nx-guides` collection of notebooks that use larger datasets and are encouraged to explore topics in more depth. That allows us to have...