David Schoch
David Schoch
http://recherche.enac.fr/~hurter/KDEEB/KDEEB.html
datashader is too big of a library to depend on. A re-implementation of the algorithm may be a good idea code: https://datashader.org/_modules/datashader/bundling.html original: https://gitlab.com/ianjcalvert/edgehammer
http://vis.stanford.edu/papers/divided-edge-bundling
paper: https://creativecoding.soe.ucsc.edu/pdfs/Dang_CactusTree_PacificVis_2017.pdf d3 code: https://github.com/CactusTrees/CactusTrees.github.io/blob/master/demo/myscripts/mainFlare.js
The code in `draw_circle()` is pretty outdated and error prone. Need to switch to ggforce `geom_circle()` function
Could work with a constraint stress layout with fixed y-coordinates See also https://github.com/thomasp85/ggraph/issues/174
[paper](https://kops.uni-konstanz.de/bitstream/handle/123456789/20924/Brandes_209246.pdf?sequence=2) should be compliant with how `ggraph` and `gganimate` play together (see also #20)
So far only undirected and unweighted networks are supported.
Is there a way to remove arrowheads in the legend? Something like the below would be nice (the guides part) ``` r library(igraph) library(ggraph) set.seed(538) g