Simon Schölly

Results 188 comments of Simon Schölly

This is, because GraphPlot does not have any code included to show a `Compose.Context` object (which can be rendered as png or svg) in a window. I think there is...

I think that plotting `Context` objects should probably be either done in [Compose.jl](https://github.com/GiovineItalia/Compose.jl) or in some downstream package - but it should probably not be the responsibility of this package...

I don't really know, as I was not involved at the time of the creation of this package. But there is a graph plotting library [GraphRecipes.jl](https://github.com/JuliaPlots/GraphRecipes.jl) that uses Plots.jl as...

Thanks for your answers, I have now added the dependency on KernelFunctions, `test_interface` seem to work very well. > As the kernel implementer, you have complete control over how kernelmatrix...

Let's wait a bit before merging, I originally wrote some dfs and bfs connected components algorithms for benchmarking, but did not get better results (maybe even slightly worse). I will...

These heaps are part of Tushar's Jsoc project for implementing the BlossomV algorithm, so I would be willing to review that code, so that the main developers here will not...

If you import `loadgraph`, `loadgraphs` and `savegraph` from LightGraphs and implement them for the Newick format, it should be easy to add this to the LightGraphs ecosystem later.

This can be closed, right?

I guess nobody had time yet. In any case, it is something that needs to be discussed anyway, as there was a reason why we added Requires - I can't...

I really have not looked much into it, but instead of creating a separate package called `MetaGraphsIO.jl` we could also move the functionality here to `MetaGraphs.jl`. Or maybe this adds...