Dave Eargle

Results 34 comments of Dave Eargle

In general in the above, I argue for converting `nearest_nodes` (formerly `nearest_clusters`) into a one-stop function that calls the other two created by this and the previous pr.

Side note, @sauln I didn't realize that sphinx-gallery would even render files that don't `plot_` anything, see [here](https://sphinx-gallery.github.io/stable/auto_examples/no_output/just_code.html). I'll go back and link to the rendered version of `make-circles` in...

Can you post an example networkx dataset, with what you'd want it to look like? I'm having a hard time imagining, I've never worked with networkx. And do you know...

How does an "edge weight" relate to kepler-mapper's "min intersection" argument? I suppose actually that your use-case doesn't use kmapper.map at all -- you're just using kmapper.visualize with your own...

I need to see exactly how and where in your flow you are currently using any code specifically from the kepler-mapper library. I am guessing now that you're just using...

The underlying library for the html vis is d3 force graph, and no, you can't specify edge length. On Mon, Sep 14, 2020, 8:04 AM jordansaethre wrote: > Is there...

In addition to @sauln 's, suggestions, I also misspoke -- d3 force graphs _do_ let you specify link distance, see https://github.com/d3/d3-force#link_distance . I have a PR in the works that...

@sauln I think the more recent versions of d3-force respect the link distance more than the current version does, so gravity wouldn't have to be messed with. Also, I think...

To emphasize, if any work is going to be done on this, the changes between the d3-force version used in my WIP and the version on master are so drastic,...

heads up that hostmonster just pushed php7.4 as the default on maybe everyone, its cPanel overriding a manual php version pinning which I had set in .htaccess with its own...