Jonas
Jonas
An option to have multiple edge colors would be awesome. I would like to able to do something like this: ``` using Plots, GraphRecipes, Colors g = [0 1 1;...
I have added a new file `edge-betweenness.jl` to `src/centrality/`. Here I include a function to compute the edge betweenness of a graph (directed and weighted). In theory I could also...
I want to color the roads of a OSM according to their edge-betweenness centrality. I used the following approach, which does not work in the end. Is there a smart...